summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-10-20 17:43:47 -0400
committerKonstantin Käfer <mail@kkaefer.com>2015-10-26 18:02:29 +0100
commit9173589cc01c4460f3fc3e1a2c005807d677735c (patch)
tree04faf5f2622fe6d82c9ad7cc7224a88cd15b80e9 /binding.gyp
parentf6af65770d58a020522275741fd8b7beedeccba3 (diff)
downloadqtlocation-mapboxgl-9173589cc01c4460f3fc3e1a2c005807d677735c.tar.gz
[node] include node headers in binding.gyp, undef libuv_cflags
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 13114cd424..759b8d91da 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -11,6 +11,7 @@
],
'include_dirs': [
+ '<(node_root_dir)/include/node',
"<!(node -e \"require('nan')\")",
],