diff options
author | Tim Welch <tim.j.welch@gmail.com> | 2014-06-17 10:53:18 -0700 |
---|---|---|
committer | Tim Welch <tim.j.welch@gmail.com> | 2014-06-17 10:53:18 -0700 |
commit | c92e7d68ca76546d2381b3bbb915e030070de5d2 (patch) | |
tree | 21abacd70fd4ccc21f096353429ef74dd7bd3e51 /Makefile | |
parent | f51fd9be585814dedf108cb6e81a674717e39fe6 (diff) | |
download | qtlocation-mapboxgl-c92e7d68ca76546d2381b3bbb915e030070de5d2.tar.gz |
update to new GL app name
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ########################################################### |