summaryrefslogtreecommitdiff
path: root/gyp/core.gypi
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 /gyp/core.gypi
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 'gyp/core.gypi')
-rw-r--r--gyp/core.gypi16
1 files changed, 8 insertions, 8 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 1156059e0b..a1bf41a0e1 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -11,14 +11,14 @@
],
'sources': [
- '<!@(find src -name "*.hpp")',
- '<!@(find src -name "*.cpp")',
- '<!@(find src -name "*.c")',
- '<!@(find src -name "*.h")',
- '<!@(find include -name "*.hpp")',
- '<!@(find include -name "*.h")',
- '<!@(find src -name "*.glsl")',
- 'bin/style.json'
+ '<!@(find ../src -name "*.hpp")',
+ '<!@(find ../src -name "*.cpp")',
+ '<!@(find ../src -name "*.c")',
+ '<!@(find ../src -name "*.h")',
+ '<!@(find ../include -name "*.hpp")',
+ '<!@(find ../include -name "*.h")',
+ '<!@(find ../src -name "*.glsl")',
+ '../bin/style.json'
],
'include_dirs': [