summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:08:25 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-30 11:34:14 -0400
commit8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf (patch)
tree75556f63c973d0d4e2680821ecf4fd050b6657bb /test
parent152545d33a74a9bd0060fe1b75b307d0636e69ea (diff)
downloadqtlocation-mapboxgl-8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf.tar.gz
remove regex/boost regex usage
Diffstat (limited to 'test')
-rw-r--r--test/test.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 0261df8370..74f4139a96 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -10,11 +10,6 @@
'<@(curl_ldflags)',
'<@(png_ldflags)'
],
- 'conditions': [
- ['OS == "linux"', {
- 'ldflags':[ '-L<(boost_root)/lib','-lboost_regex' ]
- }]
- ],
},
'targets': [
{ 'target_name': 'rotation_range',