summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 00:35:52 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 00:35:52 +1100
commit70057e1b8eb40bf2d7ba85d7aae4e7c56eaefd99 (patch)
tree8ab794252c48499c2fe366155cf5b454f80eb5c2 /Makefile
parent30a420d9a3e2bcef2402cba17d1e3028ce5b9d1d (diff)
parent9038e963bea3dc40d0ba422d3fa88c924c595da8 (diff)
downloadqtlocation-mapboxgl-70057e1b8eb40bf2d7ba85d7aae4e7c56eaefd99.tar.gz
Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into android-mason
Conflicts: gyp/common.gypi include/mbgl/geometry/vao.hpp include/mbgl/platform/event.hpp include/mbgl/platform/gl.hpp platform/default/http_request_baton_curl.cpp src/storage/response.cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70e9dd8158..1d03340c87 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ build/macosx/Makefile: macosx/mapboxgl-app.gyp config.gypi
.PHONY: build/test/test.xcodeproj
build/test/test.xcodeproj: test/test.gyp config.gypi
- deps/run_gyp test/test.gyp -Iconfig.gypi -Dplatform=osx --depth=. -Goutput_dir=.. --generator-output=./build -f xcode
+ deps/run_gyp test/test.gyp -Iconfig.gypi -Dplatform=$(PLATFORM) --depth=. -Goutput_dir=.. --generator-output=./build -f xcode
.PHONY: build/macosx/mapboxgl-app.xcodeproj
build/macosx/mapboxgl-app.xcodeproj: macosx/mapboxgl-app.gyp config.gypi