summaryrefslogtreecommitdiff
path: root/gyp/platform-ios.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/platform-ios.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/platform-ios.gypi')
-rw-r--r--gyp/platform-ios.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 6b9dd50274..3dabc19867 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -94,7 +94,7 @@
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'CLANG_ENABLE_OBJC_ARC': 'YES',
'CLANG_ENABLE_MODULES': 'YES',
- 'FRAMEWORK_SEARCH_PATHS': './platform/ios/vendor',
+ 'FRAMEWORK_SEARCH_PATHS': '../platform/ios/vendor',
},
'link_settings': {
@@ -109,7 +109,7 @@
'../include',
],
'mac_bundle_resources': [
- '<!@(find ./platform/ios/resources -type f \! -name "README")',
+ '<!@(find ../platform/ios/resources -type f \! -name "README")',
],
},
},