summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-11-05 16:19:21 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-11-05 18:16:33 -0500
commit36a8fb32d5e4fd58d5ea04f45a4cabdbab9ed920 (patch)
treed110e3abf7cf4b32b59011a6b86081c1b3d9fe5b /Makefile
parent9066552c136358cdf2da8347f602b5fee4c69d2d (diff)
downloadqtlocation-mapboxgl-36a8fb32d5e4fd58d5ea04f45a4cabdbab9ed920.tar.gz
[node] Fixes 'make xnode' to configure HOST_SLUG.gypi
Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f756efef14..d1a9420f88 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node
.PHONY: Xcode/node
-Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none node/xproj
+Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none Xcode/node
.PHONY: xnode
xnode: Xcode/node ; @open ./build/binding.xcodeproj