summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 16:21:25 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 16:21:25 -0400
commit0f56f860f7ff3e0d0642cc1c0a18915ce74bbbaa (patch)
treee22068b029904fc22304f01179363d0a619d0225 /linux
parent36cd65e1ab232c3a876d7c10a366143a9546e2e7 (diff)
downloadqtlocation-mapboxgl-0f56f860f7ff3e0d0642cc1c0a18915ce74bbbaa.tar.gz
still link boost on linux
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',