Currently the build.sh script creates a Subsurface-mobile. Make the default the desktop application.
Kind regards,
willem

>From 8af5c109f5b53b187c8beb830a41d2aa2f01593a Mon Sep 17 00:00:00 2001
From: Willem Ferguson <[email protected]>
Date: Sun, 17 Jan 2016 10:48:47 +0200
Subject: [PATCH 6/6] [PATCH] 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 <[email protected]>
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index 45ddb68..b28cffd 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
-- 
2.1.4

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to