summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-11-11 14:59:01 -0800
committerJustin R. Miller <incanus@codesorcery.net>2014-11-11 14:59:01 -0800
commitbad4c96603ad50c7e8f51ab15e80d47f0220f62b (patch)
tree8df676e8ab4a4184cd27515d2351b0076d6d3ae1 /gyp
parent9038e963bea3dc40d0ba422d3fa88c924c595da8 (diff)
downloadqtlocation-mapboxgl-bad4c96603ad50c7e8f51ab15e80d47f0220f62b.tar.gz
"skip install" for lib Xcode targets for easier app archiving
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-core.gypi1
-rw-r--r--gyp/mbgl-ios.gypi1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/mbgl-core.gypi b/gyp/mbgl-core.gypi
index 46ff762742..022480350a 100644
--- a/gyp/mbgl-core.gypi
+++ b/gyp/mbgl-core.gypi
@@ -37,6 +37,7 @@
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_CFLAGS': [ '<@(cflags)' ],
+ 'SKIP_INSTALL': 'YES'
},
}, {
'cflags_cc': [ '<@(cflags_cc)' ],
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index 5566ca3a32..dd1c9c0c20 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -12,6 +12,7 @@
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'CLANG_ENABLE_OBJC_ARC': 'YES',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
+ 'SKIP_INSTALL': 'YES'
},
'configurations': {
'Release': {