summaryrefslogtreecommitdiffstats
path: root/testing/gtest.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r--testing/gtest.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 581d37a..6d45e9a 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -56,6 +56,11 @@
'sources': [
'platform_test_mac.mm'
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
+ ],
+ },
}],
['OS == "mac" or OS == "linux"', {
'defines': [