summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 19fa190708..9b1e369090 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -6,12 +6,18 @@
'target_defaults': {
"libraries": [
'-L<(PRODUCT_DIR)/',
- '-lmbgl'
+ '-lmbgl',
+ '<@(uv_ldflags)',
'<@(curl_static_libs)',
'<@(png_ldflags)',
'<@(sqlite3_ldflags)',
'<@(zlib_ldflags)'
- ]
+ ],
+ 'conditions': [
+ ['OS == "linux"', {
+ 'libraries':[ '-L<(boost_root)/lib','-lboost_regex' ]
+ }]
+ ],
},
'targets': [
{ 'target_name': 'rotation_range',