summaryrefslogtreecommitdiff
path: root/gyp/mbgl-osx.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/mbgl-osx.gypi')
-rw-r--r--gyp/mbgl-osx.gypi17
1 files changed, 8 insertions, 9 deletions
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index ba117e5a59..e0a683f218 100644
--- a/gyp/mbgl-osx.gypi
+++ b/gyp/mbgl-osx.gypi
@@ -4,28 +4,27 @@
'product_name': 'mbgl-osx',
'type': 'static_library',
'hard_dependency': 1,
- 'include_dirs': [
- '../include',
- ],
'sources': [
'../platform/osx/cache_database_application_support.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
'../platform/darwin/http_request_baton_cocoa.mm',
],
+ 'include_dirs': [
+ '../include',
+ ],
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [
- '<@(uv_cflags)',
- ],
+ 'OTHER_CPLUSPLUSFLAGS': [ '<@(uv_cflags)' ],
},
+ 'libraries': [
+ '<@(uv_static_libs)',
+ ],
'direct_dependent_settings': {
'include_dirs': [
'../include',
],
'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '<@(uv_libraries)',
- ],
+ 'OTHER_LDFLAGS': [ '<@(uv_ldflags)' ],
},
},
},