Selaa lähdekoodia

Remove <threading>single from --build-type=complete (#148)

Peter Dimov 8 vuotta sitten
vanhempi
sitoutus
c50e08cae0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      boostcpp.jam

+ 1 - 1
boostcpp.jam

@@ -372,7 +372,7 @@ class top-level-target : alias-target-class
 
         self.complete-properties = [ property-set.create
             <variant>debug <variant>release
-            <threading>single <threading>multi
+            <threading>multi
             <link>shared <link>static
             <runtime-link>shared <runtime-link>static ] ;
     }

粤ICP备19079148号