mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Fix extra arg for lib declaration.
This commit is contained in:
@ -153,6 +153,6 @@ lib boost_regex : ../src/$(SOURCES) icu_options
|
|||||||
:
|
:
|
||||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
: : :
|
: :
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user