diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 19:20:33 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 19:20:33 -0700 |
commit | b42c2b55e391ab83fc519ee16685de0b3739ae1f (patch) | |
tree | 93f66a9b643c58c68608bb455c376496c1b52864 /linux | |
parent | 71254dccad54152ea351992e7b6d82a630bd3402 (diff) | |
download | qtlocation-mapboxgl-b42c2b55e391ab83fc519ee16685de0b3739ae1f.tar.gz |
[build] shuffle boost_regex linking again
Diffstat (limited to 'linux')
-rw-r--r-- | linux/llmr-app.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp index 2a57515cd7..93b08364ed 100644 --- a/linux/llmr-app.gyp +++ b/linux/llmr-app.gyp @@ -43,7 +43,8 @@ 'link_settings': { 'libraries': [ '<@(glfw3_libraries)', - '<@(curl_libraries)' + '<@(curl_libraries)', + '-lboost_regex' ], }, }], |