From 25cd2714e21044e2ee1120f621a626e9395ac0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 1 Oct 2015 18:20:31 +0200 Subject: [osx] Set explicit GTest deployment target to avoid linking errors --- deps/gtest/gtest.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deps') 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' ], -- cgit v1.2.1