Restore USE_BOOST_REGEX build option for specs

This commit is contained in:
Max Brunsfeld 2016-01-15 11:30:26 -08:00
parent 8ec0e3f43e
commit eef1ae17a0

View file

@ -46,6 +46,10 @@
'USE_LIBPROFILER%': 'true',
},
'conditions': [
['USE_BOOST_REGEX != "false"', {
'defines': ['USE_BOOST_REGEX'],
'libraries': ['-lboost_regex'],
}],
['USE_LIBPROFILER != "false"', {
'libraries': ['-lprofiler'],
}]