summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-10-20 16:39:30 -0400
committerKonstantin Käfer <mail@kkaefer.com>2015-10-26 18:02:29 +0100
commitf6af65770d58a020522275741fd8b7beedeccba3 (patch)
treeb16038def6e8d283eeacf3f72bf1677ae853eff9 /binding.gyp
parentc65f809651dccc742d4d549f4dedf794de8623fc (diff)
downloadqtlocation-mapboxgl-f6af65770d58a020522275741fd8b7beedeccba3.tar.gz
[node] make task for building node via Xcode
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index e9f0d6edcd..13114cd424 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -10,7 +10,9 @@
'mbgl.gyp:headless-<(headless_lib)',
],
- 'include_dirs': [ "<!(node -e \"require('nan')\")" ],
+ 'include_dirs': [
+ "<!(node -e \"require('nan')\")",
+ ],
'sources': [
'platform/node/src/node_mapbox_gl_native.cpp',