mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
more macOS build fixes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b070b32e93
commit
3a98b8a722
3 changed files with 11 additions and 3 deletions
|
@ -610,7 +610,7 @@ for (( i=0 ; i < ${#BUILDS[@]} ; i++ )) ; do
|
|||
EXTRA_OPTS="-DNO_USERMANUAL=ON -DNO_PRINTING=ON"
|
||||
fi
|
||||
if [ "$FTDI" = "1" ] ; then
|
||||
EXTRA_OPTSi="$EXTRA_OPTS -DFTDISUPPORT"
|
||||
EXTRA_OPTSi="$EXTRA_OPTS -DFTDISUPPORT=ON"
|
||||
fi
|
||||
if [ "$BUILD_WITH_QT6" = "1" ] ; then
|
||||
EXTRA_OPTS="$EXTRA_OPTS -DBUILD_WITH_QT6=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue