From 69eeb2bf5bb7870d8462a95f4a9a30455f27537a Mon Sep 17 00:00:00 2001 From: Willem Ferguson Date: Sun, 17 Jan 2016 10:48:47 +0200 Subject: 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 Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') 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 -- cgit v1.2.3-70-g09d2