From 3198b2e3caa428b766445d18826313c7ddbfd734 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 8 May 2018 11:28:33 +0200 Subject: 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 --- scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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) -- cgit v1.2.3-70-g09d2