mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Fix como build options to disable thread support.
[SVN r28861]
This commit is contained in:
@ -124,7 +124,8 @@ template regex-options
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
# <native-wchar_t>on
|
||||
# como requires this:
|
||||
<como-win32><*><define>BOOST_REGEX_NO_W32=1
|
||||
<como-4_3_3-vc7_1><*><define>BOOST_REGEX_NO_W32=1
|
||||
<como-4_3_3-vc7_1><*><define>BOOST_SP_DISABLE_THREADS=1
|
||||
$(BOOST_REGEX_ICU_OPTS)
|
||||
;
|
||||
template regex-test-options
|
||||
|
Reference in New Issue
Block a user