Add a comment on building option -mobile
...to explain the difference between building the mobile version to run on desktop and crossbuild for a mobile OS. This should address #1247 Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
ac1ec486ae
commit
3198b2e3ca
@ -40,6 +40,9 @@ 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)
|
||||
# use the scripts in packaging/xxx
|
||||
BUILD_MOBILE="1"
|
||||
;;
|
||||
-desktop)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user