From 7dfb1dbdf68aad5b428886e3b2028ee4d60d2ec2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 15 Jan 2016 11:52:52 -0800 Subject: [PATCH] Restore default value of USE_BOOST_REGEX build option --- tests.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.gyp b/tests.gyp index 4e251289..31dfe462 100644 --- a/tests.gyp +++ b/tests.gyp @@ -44,6 +44,7 @@ ], 'variables': { 'USE_LIBPROFILER%': 'true', + 'USE_BOOST_REGEX%': 'false', }, 'conditions': [ ['USE_BOOST_REGEX != "false"', {