mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: we should build Subsurface-mobile by default
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0aecb12ab1
commit
6051bf9f89
1 changed files with 6 additions and 0 deletions
|
@ -282,6 +282,12 @@ else
|
|||
fi
|
||||
|
||||
# Should we build the mobile ui or the desktop ui?
|
||||
# doing this backwards in order not to break people's setup
|
||||
if [ "$SUBSURFACE_DESKTOP" = "ON" ] ; then
|
||||
SUBSURFACE_MOBILE=
|
||||
else
|
||||
SUBSURFACE_MOBILE="ON"
|
||||
fi
|
||||
if [ ! -z "$SUBSURFACE_MOBILE" ] ; then
|
||||
mkdir -p subsurface-mobile-build-$ARCH
|
||||
cd subsurface-mobile-build-$ARCH
|
||||
|
|
Loading…
Add table
Reference in a new issue