Restore USE_BOOST_REGEX build option for specs
This commit is contained in:
parent
8ec0e3f43e
commit
eef1ae17a0
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@
|
|||
'USE_LIBPROFILER%': 'true',
|
||||
},
|
||||
'conditions': [
|
||||
['USE_BOOST_REGEX != "false"', {
|
||||
'defines': ['USE_BOOST_REGEX'],
|
||||
'libraries': ['-lboost_regex'],
|
||||
}],
|
||||
['USE_LIBPROFILER != "false"', {
|
||||
'libraries': ['-lprofiler'],
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue