diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-03-15 20:44:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-15 13:36:26 -0700 |
commit | 126ce41b5c3a6e486f59340d7e810913f61035e0 (patch) | |
tree | 574b282be5e42f129a337e5c213cc1c2a3e0fd91 | |
parent | 2163ae026fddcf5bb24c71c719181c2ea245072d (diff) | |
download | subsurface-126ce41b5c3a6e486f59340d7e810913f61035e0.tar.gz |
Don't build libdivecomputer examples
... as those don't compile.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
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 639978c1f..02bb3a695 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -118,7 +118,7 @@ fi if [ ! -f configure ] ; then autoreconf --install fi -./configure --prefix=$INSTALL_ROOT +./configure --prefix=$INSTALL_ROOT --disable-examples make -j4 make install |