summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Welch <tim.j.welch@gmail.com>2014-06-17 10:53:18 -0700
committerTim Welch <tim.j.welch@gmail.com>2014-06-17 10:53:18 -0700
commitc92e7d68ca76546d2381b3bbb915e030070de5d2 (patch)
tree21abacd70fd4ccc21f096353429ef74dd7bd3e51 /Makefile
parentf51fd9be585814dedf108cb6e81a674717e39fe6 (diff)
downloadqtlocation-mapboxgl-c92e7d68ca76546d2381b3bbb915e030070de5d2.tar.gz
update to new GL app name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d48f62a85e..0c6d6eebb9 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ osx: config.gypi macosx/llmr-app.gyp node
# Executes the OS X binary
run-osx: osx
- build/$(BUILDTYPE)/llmr.app/Contents/MacOS/llmr
+ build/$(BUILDTYPE)/Mapbox\ GL.app/Contents/MacOS/MAPBOX\ GL
##### Xcode projects ###########################################################