diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-09-15 17:26:44 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-09-24 16:14:09 +0200 |
commit | d9fc7708a2dfb6e2506a5d10d896a813557c056d (patch) | |
tree | 50b2dba9e0a8766c88f7c276a8f71742a06a1d67 /mapboxgl.gyp | |
parent | 062e911c6d570a794431023f9f0cb0b02cd85667 (diff) | |
download | qtlocation-mapboxgl-d9fc7708a2dfb6e2506a5d10d896a813557c056d.tar.gz |
do 304 requests and cache them in sqlite
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r-- | mapboxgl.gyp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp index 34908aec59..f77e6d770f 100644 --- a/mapboxgl.gyp +++ b/mapboxgl.gyp @@ -143,6 +143,9 @@ '<@(sqlite3_cflags)', '-I<(boost_root)/include', ], + 'OTHER_CFLAGS': [ + '<@(uv_cflags)', + ], }, }, { 'cflags': [ @@ -237,7 +240,10 @@ '<@(uv_libraries)', '<@(curl_libraries)', '<@(sqlite3_libraries)', - ] + ], + 'OTHER_CFLAGS': [ + '<@(uv_cflags)', + ], } } } |