Sun toolset no longer needs link=static on tests.

This commit is contained in:
jzmaddock
2017-02-07 19:57:42 +00:00
parent 8b477724a7
commit fa2c76c0de

View File

@ -120,7 +120,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
<toolset>sun:<link>static
; ;
boost-install boost_regex ; boost-install boost_regex ;