From fa2c76c0de2ae3d1bce634bf3b912925fa877128 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 7 Feb 2017 19:57:42 +0000 Subject: [PATCH] Sun toolset no longer needs link=static on tests. --- build/Jamfile.v2 | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 601e1678..58fd1fbf 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -120,7 +120,6 @@ lib boost_regex : ../src/$(SOURCES) icu_options : shared:BOOST_REGEX_DYN_LINK=1 gcc-cygwin:static - sun:static ; boost-install boost_regex ;