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
@ -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…
x
Reference in New Issue
Block a user