summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-30 15:56:08 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-30 15:56:08 -0400
commit2ebe167add05047f4cb611503064549c0b217d18 (patch)
treec94e3dbdac68fe0921391035cfe52a59c66039c5 /deps
parent930d0632595da72311e46f446f6ac42f958ce79a (diff)
downloadqtlocation-mapboxgl-2ebe167add05047f4cb611503064549c0b217d18.tar.gz
use -lpthread instead of -pthread
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': [