From eef1ae17a0ba90f0db3b46b78c0e944d996b039c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 15 Jan 2016 11:30:26 -0800 Subject: [PATCH] Restore USE_BOOST_REGEX build option for specs --- tests.gyp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests.gyp b/tests.gyp index 2f3c3220..4e251289 100644 --- a/tests.gyp +++ b/tests.gyp @@ -46,6 +46,10 @@ 'USE_LIBPROFILER%': 'true', }, 'conditions': [ + ['USE_BOOST_REGEX != "false"', { + 'defines': ['USE_BOOST_REGEX'], + 'libraries': ['-lboost_regex'], + }], ['USE_LIBPROFILER != "false"', { 'libraries': ['-lprofiler'], }]