summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rw-r--r--deps/gtest/gtest.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/gtest/gtest.gyp b/deps/gtest/gtest.gyp
index 56d01bf988..3728dfc914 100644
--- a/deps/gtest/gtest.gyp
+++ b/deps/gtest/gtest.gyp
@@ -13,8 +13,8 @@
'gtest-all.cc'
],
'link_settings': {
- 'xcode_settings': { 'OTHER_LDFLAGS': [ '-pthread' ] },
- 'ldflags': [ '-pthread' ],
+ 'xcode_settings': { 'OTHER_LDFLAGS': [ '-lpthread' ] },
+ 'ldflags': [ '-lpthread' ],
},
'direct_dependent_settings': {
'include_dirs': [