summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-10-01 18:20:31 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-10-01 20:30:32 +0200
commit25cd2714e21044e2ee1120f621a626e9395ac0dd (patch)
treef5efd2280a8441d52d32e9f734bb5c3968f554fe /deps
parent73a3377d56febd114ce014bdfe29f19ae3836722 (diff)
downloadqtlocation-mapboxgl-25cd2714e21044e2ee1120f621a626e9395ac0dd.tar.gz
[osx] Set explicit GTest deployment target to avoid linking errors
Diffstat (limited to 'deps')
-rw-r--r--deps/gtest/gtest.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/gtest/gtest.gyp b/deps/gtest/gtest.gyp
index 3728dfc914..1022249e13 100644
--- a/deps/gtest/gtest.gyp
+++ b/deps/gtest/gtest.gyp
@@ -12,6 +12,9 @@
'sources': [
'gtest-all.cc'
],
+ 'xcode_settings': {
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9',
+ },
'link_settings': {
'xcode_settings': { 'OTHER_LDFLAGS': [ '-lpthread' ] },
'ldflags': [ '-lpthread' ],