summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp8
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)',
+ ],
}
}
}