aboutsummaryrefslogtreecommitdiff
path: root/examples/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build.sh')
-rwxr-xr-xexamples/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/build.sh b/examples/build.sh
index 2bd398e..e4c412d 100755
--- a/examples/build.sh
+++ b/examples/build.sh
@@ -8,7 +8,7 @@ ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)
cd $ROOT_DIR
-gyp -Ilibweave_common.gypi --toplevel-dir=. --depth=. -f ninja $DIR/daemon/daemon.gyp
+gyp -Ilibweave_common.gypi --toplevel-dir=. --depth=. -f ninja $DIR/daemon/examples.gyp
if [ -z "$BUILD_CONFIG" ]; then
export BUILD_CONFIG=Debug
@@ -16,7 +16,7 @@ fi
export BUILD_TARGET=$*
if [ -z "$BUILD_TARGET" ]; then
- export BUILD_TARGET="weave_daemon libweave_testrunner libweave_exports_testrunner"
+ export BUILD_TARGET="weave_daemon_examples libweave_testrunner libweave_exports_testrunner"
fi
export CORES=`cat /proc/cpuinfo | grep processor | wc -l`