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:
Robert C. Helling 2018-05-08 11:28:33 +02:00
parent ac1ec486ae
commit 3198b2e3ca

View file

@ -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)