diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-10-01 18:20:31 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-10-01 20:30:32 +0200 |
commit | 25cd2714e21044e2ee1120f621a626e9395ac0dd (patch) | |
tree | f5efd2280a8441d52d32e9f734bb5c3968f554fe /deps | |
parent | 73a3377d56febd114ce014bdfe29f19ae3836722 (diff) | |
download | qtlocation-mapboxgl-25cd2714e21044e2ee1120f621a626e9395ac0dd.tar.gz |
[osx] Set explicit GTest deployment target to avoid linking errors
Diffstat (limited to 'deps')
-rw-r--r-- | deps/gtest/gtest.gyp | 3 |
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' ], |