summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-25 16:56:56 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-09-24 16:12:03 +0200
commitb94635f70430c3659cd57596e49649d376284473 (patch)
tree8d3957bf7c26c8fffeb7f961e0826ab625d5052a /mapboxgl.gyp
parent28446bed24689b2bac7c8bfbd37741a7fa4fa6be (diff)
downloadqtlocation-mapboxgl-b94635f70430c3659cd57596e49649d376284473.tar.gz
parse cache-control and last-modified headers
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index 49c4150aa1..6d8bd3f265 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -139,6 +139,7 @@
'OTHER_CPLUSPLUSFLAGS':[
'<@(png_cflags)',
'<@(uv_cflags)',
+ '<@(curl_cflags)',
'<@(sqlite3_cflags)',
'-I<(boost_root)/include',
],
@@ -149,6 +150,7 @@
}, {
'cflags': [
'<@(png_cflags)',
+ '<@(curl_cflags)',
'<@(sqlite3_cflags)',
'-I<(boost_root)/include',
],
@@ -177,12 +179,14 @@
'OTHER_LDFLAGS': [
'<@(png_libraries)',
'<@(uv_libraries)',
+ '<@(curl_libraries)',
]
}
}, {
'libraries': [
'<@(png_libraries)',
'<@(uv_libraries)',
+ '<@(curl_libraries)',
]
}]
]