forked from boostorg/regex
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
|
template regex-options
|
||||||
: # sources
|
: # sources
|
||||||
: # requirements
|
: # requirements
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
|
||||||
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
||||||
<sysinclude>$(BOOST_ROOT)
|
<sysinclude>$(BOOST_ROOT)
|
||||||
<native-wchar_t>on
|
<native-wchar_t>on
|
||||||
@ -63,3 +62,5 @@ stage stage/lib : <lib>boost_regex <dll>boost_regex
|
|||||||
install regex lib
|
install regex lib
|
||||||
: <dll>boost_regex <lib>boost_regex
|
: <dll>boost_regex <lib>boost_regex
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user