summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/mapboxgl-app.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp
index c2953ce534..724463ab5f 100644
--- a/linux/mapboxgl-app.gyp
+++ b/linux/mapboxgl-app.gyp
@@ -34,6 +34,11 @@
'<@(curl_ldflags)',
'<@(zlib_ldflags)',
],
+ 'conditions': [
+ ['OS == "linux"', {
+ 'libraries':[ '-L<(boost_root)/lib','-lboost_regex' ]
+ }]
+ ],
'dependencies': [
'../mapboxgl.gyp:mbgl-standalone',
'../mapboxgl.gyp:mbgl-linux',