summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-16 14:04:41 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:46:37 +0100
commitb9bf66e67ed1d0d1b1d3163255cab099a6ba4a95 (patch)
tree93ad6df882442e18d9a9771d4b4f06a0a764a0a9 /gyp
parent3bfea8bf30c978173f1ec2fab6f89d6b33afea86 (diff)
downloadqtlocation-mapboxgl-b9bf66e67ed1d0d1b1d3163255cab099a6ba4a95.tar.gz
rewrite storage layer to be independent of the Map's event loop
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': [