diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-05 15:50:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-05 15:50:11 -0800 |
commit | 8c983867320bc3e0ea35f3d19cc9283e7c786b62 (patch) | |
tree | 4e09738e26d7865efd05f795af6740efbe5c4d7e | |
parent | a08fa138b838f2faf652742090ff26678c607572 (diff) | |
download | subsurface-8c983867320bc3e0ea35f3d19cc9283e7c786b62.tar.gz |
build.sh: fix typo that caused us to build Grantlee tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 5b2e11cbc..da2250794 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -423,7 +423,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then cd build cmake $OLDER_MAC_CMAKE -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT \ - -DBUILD__TESTS=NO \ + -DBUILD_TESTS=NO \ $SRC/grantlee make -j4 make install |