summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-11-03 16:03:40 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-11-04 11:34:35 -0500
commitdfb36d62317d99482e6a16b772e8d370464d1cce (patch)
tree9bd31f0a1abbaf4cbd5e46e18aeb4199ca4ac2f7 /binding.gyp
parentda569c266b663b815b0fa754be59c78904b92fa6 (diff)
downloadqtlocation-mapboxgl-dfb36d62317d99482e6a16b772e8d370464d1cce.tar.gz
[core] move mbgl.gyp to gyp directory
So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/binding.gyp b/binding.gyp
index 759b8d91da..98e0f4e1c3 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -5,9 +5,9 @@
'targets': [
{ 'target_name': '<(module_name)',
'dependencies': [
- 'mbgl.gyp:core',
- 'mbgl.gyp:platform-<(platform_lib)',
- 'mbgl.gyp:headless-<(headless_lib)',
+ 'gyp/mbgl.gyp:core',
+ 'gyp/mbgl.gyp:platform-<(platform_lib)',
+ 'gyp/mbgl.gyp:headless-<(headless_lib)',
],
'include_dirs': [