Restore default value of USE_BOOST_REGEX build option

This commit is contained in:
Max Brunsfeld 2016-01-15 11:52:52 -08:00
parent 3bc7045e05
commit 7dfb1dbdf6

View file

@ -44,6 +44,7 @@
],
'variables': {
'USE_LIBPROFILER%': 'true',
'USE_BOOST_REGEX%': 'false',
},
'conditions': [
['USE_BOOST_REGEX != "false"', {