summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-30 17:41:54 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-30 17:41:54 -0700
commit18c081334686d29b2ab251b62ef8962643cd9206 (patch)
tree5715dd214677f534d3c4ac54735221bcfefa3379 /linux
parentf291d609f41fa85aac1809baa42a44824a1cc952 (diff)
downloadqtlocation-mapboxgl-18c081334686d29b2ab251b62ef8962643cd9206.tar.gz
[build] move regex linking to llmr.gyp
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 93b08364ed..2a57515cd7 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -43,8 +43,7 @@
'link_settings': {
'libraries': [
'<@(glfw3_libraries)',
- '<@(curl_libraries)',
- '-lboost_regex'
+ '<@(curl_libraries)'
],
},
}],