diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
commit | 877efebaacedfb7e7dc01bc8b4a820826c376fbf (patch) | |
tree | 995b239e37da7a4e0664743c4396e2f1bf06f44c /scripts | |
parent | 3c8f7d72a2430b13edab2b4e57bf39baf2845ebb (diff) | |
parent | 142c8b218b1f9a4a3e217023531feedd7cf9713e (diff) | |
download | subsurface-877efebaacedfb7e7dc01bc8b4a820826c376fbf.tar.gz |
Merge github.com:sebasje/subsurface
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index b28cffd83..45ddb6834 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=DesktopExecutable +SUBSURFACE_EXECUTABLE=MobileExecutable if [[ ! -d "subsurface" ]] ; then |