diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-03-15 20:44:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-16 07:46:28 -0700 |
commit | 3c7e14a18fdc2ee9590e591afe4761a2d93881e7 (patch) | |
tree | 57ccbf7fcde2e838e491af9214036699bfa25599 /scripts | |
parent | 49bcbf39d5150d288209839c5516490061985248 (diff) | |
download | subsurface-3c7e14a18fdc2ee9590e591afe4761a2d93881e7.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>
Diffstat (limited to 'scripts')
-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 122abd40e..a35dce979 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -116,7 +116,7 @@ cd build if [ ! -f ../configure ] ; then autoreconf --install .. fi -../configure --prefix=$INSTALL_ROOT +../configure --prefix=$INSTALL_ROOT --disable-examples make -j4 make install |