summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Willem Ferguson <willemferguson@zoology.up.ac.za>2016-01-17 10:48:47 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-17 08:42:14 -0800
commit69eeb2bf5bb7870d8462a95f4a9a30455f27537a (patch)
tree1b8d6c4ba7987a6d01a7a95f4b0baf4f7a2f35ad /scripts
parentdf9062bd2ecf5e7c2d392b55304ad6430b6bcd47 (diff)
downloadsubsurface-69eeb2bf5bb7870d8462a95f4a9a30455f27537a.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 45ddb6834..b28cffd83 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -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