1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

android: Remove obsolete comment

Since c78e4f we build the mobile and desktop versions with different
package id's.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-06-23 22:56:32 +02:00 committed by Dirk Hohndel
parent 2aa9841213
commit 4ef90638d4

View file

@ -320,7 +320,6 @@ if [ ! -z "$SUBSURFACE_MOBILE" ] ; then
mkdir -p subsurface-mobile-build-$ARCH
cd subsurface-mobile-build-$ARCH
MOBILE_CMAKE="-DSUBSURFACE_TARGET_EXECUTABLE=MobileExecutable"
# FIXME: We should install as a different package and name to.
else
mkdir -p subsurface-build-$ARCH
cd subsurface-build-$ARCH