summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-07-09 14:51:54 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-07-09 14:51:54 -0700
commit035ec18ae55e4d344b73b1be572d3f84526799bd (patch)
tree0cc73cb0a336cfbcf36d1a0b996482966ed8da64 /Makefile
parent4d76e202fb29e04443c2305c40a376167edbfa9b (diff)
downloadqtlocation-mapboxgl-035ec18ae55e4d344b73b1be572d3f84526799bd.tar.gz
complement of https://github.com/mapbox/mapbox-gl-cocoa/pull/36
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 217132150b..13af0f4ba9 100644
--- a/Makefile
+++ b/Makefile
@@ -78,9 +78,9 @@ xproj: config.gypi macosx/llmr-app.gyp clear_xcode_cache node
open ./build/macosx/llmr-app.xcodeproj
# build iOS project for Xcode
-iproj: config.gypi ios/llmr-app.gyp clear_xcode_cache node
- deps/run_gyp ios/llmr-app.gyp --depth=. --generator-output=./build -f xcode
- open ./build/ios/llmr-app.xcodeproj
+iproj: config.gypi ios/mapbox-gl-cocoa/app/llmr-app.gyp clear_xcode_cache node
+ deps/run_gyp ios/mapbox-gl-cocoa/app/llmr-app.gyp --depth=. --generator-output=./build -f xcode
+ open ./build/ios/mapbox-gl-cocoa/app/llmr-app.xcodeproj
# build Linux project for Xcode (Runs on Mac OS X too, but without platform-specific code)
lproj: config.gypi linux/llmr-app.gyp clear_xcode_cache node