summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-30 17:20:23 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-30 17:20:23 -0700
commitf291d609f41fa85aac1809baa42a44824a1cc952 (patch)
tree49f34925486484e8daa92968426e864dbf5b2cd2 /linux
parent328900958470b66cf166c9d186579eafd5bf4f21 (diff)
downloadqtlocation-mapboxgl-f291d609f41fa85aac1809baa42a44824a1cc952.tar.gz
[build] linux app needs to link to regex
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 75fd0dfe3d..93b08364ed 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -44,6 +44,7 @@
'libraries': [
'<@(glfw3_libraries)',
'<@(curl_libraries)',
+ '-lboost_regex'
],
},
}],