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:
Dirk Hohndel 2015-12-18 07:46:00 -08:00
parent dd1c1359a1
commit e2d5bef073

View file

@ -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