diff options
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 4cd28b8f2..da9e192e5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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) |