summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-10 22:39:53 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-10 22:39:53 +0200
commit00e9cd9e9d53e32a964e4cbcc42fd7ea587c0475 (patch)
tree288564652abf86a63259adc6666d311c19c47808 /gyp
parent4c7132337f96486a154e75efe394f5a1c06a77a7 (diff)
downloadqtlocation-mapboxgl-00e9cd9e9d53e32a964e4cbcc42fd7ea587c0475.tar.gz
OS X needs -framework Foundation for CURL tests
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-osx.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-osx.gypi b/gyp/platform-osx.gypi
index aecb058595..6d6c35b294 100644
--- a/gyp/platform-osx.gypi
+++ b/gyp/platform-osx.gypi
@@ -26,6 +26,7 @@
'<@(uv_static_libs)',
],
'ldflags': [
+ '-framework Foundation',
'-framework ImageIO',
'-framework CoreServices',
'-framework OpenGL',