Fix extra arg for lib declaration.

This commit is contained in:
Rene Rivera
2024-04-28 21:00:15 -05:00
parent 801d83fb4f
commit e469b8aae5

View File

@ -153,6 +153,6 @@ lib boost_regex : ../src/$(SOURCES) icu_options
:
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
<toolset>gcc-cygwin:<link>static
: : :
: :
<define>BOOST_REGEX_NO_LIB=1
;