mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix stupid syntax errors
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b5a5035c09
commit
ea577aa8f2
3 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ while [[ $# -gt 0 ]] ; do
|
|||
-no-bt)
|
||||
# force Bluetooth support off
|
||||
BTSUPPORT="OFF"
|
||||
;;
|
||||
-build-deps)
|
||||
# in order to build the dependencies on Mac for release builds (to deal with the macosx-version-min for those
|
||||
# call this script with -build-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue