summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-ios.gypi5
-rw-r--r--gyp/mbgl-osx.gypi7
2 files changed, 9 insertions, 3 deletions
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index b1a55c8176..2bc9ec718d 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -47,7 +47,10 @@
'../src',
],
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '<@(uv_cflags)' ],
+ 'OTHER_CPLUSPLUSFLAGS': [
+ '<@(uv_cflags)',
+ '-I<(boost_root)/include',
+ ],
},
'direct_dependent_settings': {
'include_dirs': [
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index 98b66e62b7..49135fd6c4 100644
--- a/gyp/mbgl-osx.gypi
+++ b/gyp/mbgl-osx.gypi
@@ -12,7 +12,7 @@
'../platform/osx/cache_database_application_support.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
- '../platform/darwin/http_request_baton_cocoa.mm',
+ '../platform/darwin/http_request_cocoa.mm',
'../platform/darwin/application_root.mm',
'../platform/darwin/image.mm',
'../platform/default/asset_request_libuv.cpp',
@@ -22,7 +22,10 @@
'../src',
],
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '<@(uv_cflags)' ],
+ 'OTHER_CPLUSPLUSFLAGS': [
+ '<@(uv_cflags)',
+ '-I<(boost_root)/include',
+ ],
},
'direct_dependent_settings': {
'include_dirs': [