mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Switch the Android build.sh to set up mobile build correctly
We now need to set SUBSURFACE_TARGET_EXECUTABLE to MobileExecutable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd1c1359a1
commit
e2d5bef073
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ fi
|
|||
if [ ! -z "$SUBSURFACE_MOBILE" ] ; then
|
||||
mkdir -p subsurface-mobile-build-$ARCH
|
||||
cd subsurface-mobile-build-$ARCH
|
||||
MOBILE_CMAKE="-DSUBSURFACE_MOBILE=ON"
|
||||
MOBILE_CMAKE="-DSUBSURFACE_TARGET_EXECUTABLE=MobileExecutable"
|
||||
# FIXME: We should install as a different package and name to.
|
||||
else
|
||||
mkdir -p subsurface-build-$ARCH
|
||||
|
|
Loading…
Add table
Reference in a new issue