update INSTALL instructions for macOS

And tiny whitespace fixes.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-04-26 21:20:06 -07:00
parent a73fd0ed60
commit e7ea951122
2 changed files with 18 additions and 27 deletions

View file

@ -71,7 +71,7 @@ while [[ $# -gt 0 ]] ; do
# use the same 3rd party set.
shift
SRC_DIR="$1"
;;
;;
-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
@ -112,7 +112,7 @@ while [[ $# -gt 0 ]] ; do
-mobile)
# we are building Subsurface-mobile
# Note that this will run natively on the host OS.
# To cross build for Android or iOS (including simulator)
# To cross build for Android or iOS (including simulator)
# use the scripts in packaging/xxx
BUILD_MOBILE="1"
;;