summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-libccnx-common-build.sh
blob: 195b5fce2485974f6711d9c5a401ddfab6b4e8fb (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# basic build script example
set -euo pipefail
IFS=$'\n\t'

PACKAGE_NAME="LIBCCNX_COMMON"
PACKAGE_DEPS="LIBCCNX_COMMON_DEPS"
cd libccnx-common
build_package $PACKAGE_NAME $PACKAGE_DEPS