commit | 8a68d6a9dd7e144fc8d9876a68eadd9dcdffad96 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Fri Sep 18 17:16:03 2015 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Mon Sep 21 16:58:26 2015 +0000 |
tree | 478e3e862a909e9f80a02a2d82db591659112031 | |
parent | 80925a742b22666eea37407c7c494aa0e8ae1fd5 [diff] |
examples/ubuntu: fix gyp deprecated option usage Change-Id: If5eb910456054ce076d7b60007109cfb52162589 Reviewed-on: https://weave-review.googlesource.com/1093 Reviewed-by: Alex Vakulenko <avakulenko@google.com> Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/examples/ubuntu/build.sh b/libweave/examples/ubuntu/build.sh index 0f02a17..ea7499f 100755 --- a/libweave/examples/ubuntu/build.sh +++ b/libweave/examples/ubuntu/build.sh
@@ -8,7 +8,7 @@ cd $ROOT_DIR -gyp -Ilibweave_common.gypi --toplevel-dir=. -f ninja $DIR/weave.gyp +gyp -Ilibweave_common.gypi --toplevel-dir=. --depth=. -f ninja $DIR/weave.gyp if [ -z "$BUILD_CONFIG" ]; then export BUILD_CONFIG=Debug