summaryrefslogtreecommitdiff
path: root/deps/gtest/gtest.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gtest/gtest.gyp')
-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' ],