mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Removed define that disables auto-linking for bjam builds since it is no longer required.
[SVN r20774]
This commit is contained in:
@ -9,7 +9,6 @@ subproject libs/regex/build ;
|
||||
template regex-options
|
||||
: # sources
|
||||
: # requirements
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<native-wchar_t>on
|
||||
@ -63,3 +62,5 @@ stage stage/lib : <lib>boost_regex <dll>boost_regex
|
||||
install regex lib
|
||||
: <dll>boost_regex <lib>boost_regex
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user