summaryrefslogtreecommitdiff
path: root/macosx
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 /macosx
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 'macosx')
-rw-r--r--macosx/mapboxgl-app.gypi10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/mapboxgl-app.gypi b/macosx/mapboxgl-app.gypi
index 283e001c44..67e5e211ed 100644
--- a/macosx/mapboxgl-app.gypi
+++ b/macosx/mapboxgl-app.gypi
@@ -13,11 +13,11 @@
],
'dependencies': [
- '../mbgl.gyp:core',
- '../mbgl.gyp:platform-<(platform_lib)',
- '../mbgl.gyp:http-<(http_lib)',
- '../mbgl.gyp:asset-<(asset_lib)',
- '../mbgl.gyp:cache-<(cache_lib)',
+ 'mbgl.gyp:core',
+ 'mbgl.gyp:platform-<(platform_lib)',
+ 'mbgl.gyp:http-<(http_lib)',
+ 'mbgl.gyp:asset-<(asset_lib)',
+ 'mbgl.gyp:cache-<(cache_lib)',
],
'sources': [