forked from boostorg/regex
Simplify adding items to lists, and fix Jamfile build failure.
This commit is contained in:
@ -26,10 +26,10 @@ EX_SOURCES =
|
||||
winstances.cpp
|
||||
usinstances.cpp ;
|
||||
|
||||
lib boost_regex_extra : $(EX_SOURCES)
|
||||
lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options
|
||||
:
|
||||
<define>BOOST_REGEX_MATCH_EXTRA=1
|
||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||
:
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user