mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +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
49bcbf39d5
commit
3c7e14a18f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue