mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
2163ae026f
commit
126ce41b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ fi
|
||||||
if [ ! -f configure ] ; then
|
if [ ! -f configure ] ; then
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
fi
|
fi
|
||||||
./configure --prefix=$INSTALL_ROOT
|
./configure --prefix=$INSTALL_ROOT --disable-examples
|
||||||
make -j4
|
make -j4
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue