summaryrefslogtreecommitdiff
path: root/deps/gtest/gtest.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 17:06:32 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 17:06:32 -0400
commit16bd75c6ccc0340295d65e04728239a7eea693dd (patch)
treeba633465bfcef203be726fc023a48d3f9239a0ba /deps/gtest/gtest.gyp
parentbc7effdd8646d2492cf276d9a87828e784eb8945 (diff)
parentd0f71242da3e5a84e3c0ba54d63a889da7a11f2e (diff)
downloadqtlocation-mapboxgl-16bd75c6ccc0340295d65e04728239a7eea693dd.tar.gz
Merge pull request #527 from mapbox/platform-image
Use platform-specific routines for decoding/encoding images
Diffstat (limited to 'deps/gtest/gtest.gyp')
-rw-r--r--deps/gtest/gtest.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/gtest/gtest.gyp b/deps/gtest/gtest.gyp
index c62b6be3f8..3728dfc914 100644
--- a/deps/gtest/gtest.gyp
+++ b/deps/gtest/gtest.gyp
@@ -12,6 +12,10 @@
'sources': [
'gtest-all.cc'
],
+ 'link_settings': {
+ 'xcode_settings': { 'OTHER_LDFLAGS': [ '-lpthread' ] },
+ 'ldflags': [ '-lpthread' ],
+ },
'direct_dependent_settings': {
'include_dirs': [
'.',