summaryrefslogtreecommitdiff
path: root/gyp/http-nsurl.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-11-20 14:32:18 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-12-01 11:49:02 +0200
commit3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b (patch)
tree7ab800d7e6288f3e3aa4d2e872b573ff303bef7f /gyp/http-nsurl.gypi
parented29223e5a626980100b7dc4f85737852f1a5319 (diff)
downloadqtlocation-mapboxgl-3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b.tar.gz
[core] Don't link with libuv on components not using it directly
Diffstat (limited to 'gyp/http-nsurl.gypi')
-rw-r--r--gyp/http-nsurl.gypi9
1 files changed, 0 insertions, 9 deletions
diff --git a/gyp/http-nsurl.gypi b/gyp/http-nsurl.gypi
index efd2c18a7d..af15520c56 100644
--- a/gyp/http-nsurl.gypi
+++ b/gyp/http-nsurl.gypi
@@ -16,15 +16,8 @@
],
'variables': {
- 'cflags_cc': [
- '<@(libuv_cflags)',
- ],
'ldflags': [
'-framework Foundation', # For NSURLRequest
- '<@(libuv_ldflags)',
- ],
- 'libraries': [
- '<@(libuv_static_libs)',
],
'defines': [
'-DMBGL_HTTP_NSURL'
@@ -32,7 +25,6 @@
},
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'CLANG_ENABLE_OBJC_ARC': 'NO',
},
@@ -44,7 +36,6 @@
},
'link_settings': {
- 'libraries': [ '<@(libraries)' ],
'xcode_settings': {
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
},