diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 17:20:23 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 17:20:23 -0700 |
commit | f291d609f41fa85aac1809baa42a44824a1cc952 (patch) | |
tree | 49f34925486484e8daa92968426e864dbf5b2cd2 /linux | |
parent | 328900958470b66cf166c9d186579eafd5bf4f21 (diff) | |
download | qtlocation-mapboxgl-f291d609f41fa85aac1809baa42a44824a1cc952.tar.gz |
[build] linux app needs to link to regex
Diffstat (limited to 'linux')
-rw-r--r-- | linux/llmr-app.gyp | 1 |
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' ], }, }], |