diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-29 11:08:25 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-30 11:34:14 -0400 |
commit | 8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf (patch) | |
tree | 75556f63c973d0d4e2680821ecf4fd050b6657bb /linux | |
parent | 152545d33a74a9bd0060fe1b75b307d0636e69ea (diff) | |
download | qtlocation-mapboxgl-8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf.tar.gz |
remove regex/boost regex usage
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 75ad23552e..913a1fac45 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -30,11 +30,6 @@ '<@(curl_ldflags)', '<@(zlib_ldflags)', ], - 'conditions': [ - ['OS == "linux"', { - 'libraries':[ '-L<(boost_root)/lib','-lboost_regex' ] - }] - ], 'dependencies': [ '../mapboxgl.gyp:mbgl-standalone', '../mapboxgl.gyp:mbgl-linux', |