mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue