Make default build for desktop.
Make the default build a DesktopExecutable, with an option to set a variable for doing a mobile build. Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
df9062bd2e
commit
69eeb2bf5b
@ -25,7 +25,7 @@ PLATFORM=$(uname)
|
||||
|
||||
# to build Subsurface-mobile on the desktop change this to
|
||||
# SUBSURFACE_EXECUTABLE=MobileExecutable
|
||||
SUBSURFACE_EXECUTABLE=MobileExecutable
|
||||
SUBSURFACE_EXECUTABLE=DesktopExecutable
|
||||
|
||||
|
||||
if [[ ! -d "subsurface" ]] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user