]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/build/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / build / Jamfile.v2
index ee8e3b3499b0f58218ed3bccc45eee9a576256e6..58fd1fbfc1ff2c18f692c923bbc3e4eedbec7655 100644 (file)
@@ -4,6 +4,7 @@
 # http://www.boost.org/LICENSE_1_0.txt.
 
 import modules ;
+import testing ;
 
 project : requirements
    # default to all warnings on:
@@ -119,7 +120,6 @@ lib boost_regex : ../src/$(SOURCES) icu_options
     :         
             <link>shared:<define>BOOST_REGEX_DYN_LINK=1
             <toolset>gcc-cygwin:<link>static
-        <toolset>sun:<link>static
     ;
 
 boost-install boost_regex ;