summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-31 16:37:53 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-31 16:37:53 -0400
commitbc7effdd8646d2492cf276d9a87828e784eb8945 (patch)
tree766ddd4918f00bb02db642fa3f9b96e00af1c6ec
parentffc42cac0232cb4c30ed946717414174fd42de8b (diff)
downloadqtlocation-mapboxgl-bc7effdd8646d2492cf276d9a87828e784eb8945.tar.gz
declare explicit MACOSX_DEPLOYMENT_TARGET - refs #529
-rw-r--r--gyp/common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 16025eb5ae..b21e8b50d7 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -8,6 +8,7 @@
'conditions': [
['OS=="mac"', {
'xcode_settings': {
+ 'MACOSX_DEPLOYMENT_TARGET':'10.9',
'CLANG_CXX_LIBRARY': 'libc++',
'CLANG_CXX_LANGUAGE_STANDARD':'c++11',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',