Quellcode durchsuchen

Remove duplicate "boost" from library names. Thanks to Tiziano Mueller
for bug report and the suggested fix.


[SVN r35801]

Vladimir Prus vor 19 Jahren
Ursprung
Commit
e82cccf83a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Jamfile.v2

+ 1 - 1
Jamfile.v2

@@ -280,7 +280,7 @@ rule tag ( name : type ? : property-set )
         else
         {
             return [ common.format-name
-                boost_ <base> <toolset> <threading> <runtime>
+                <base> <toolset> <threading> <runtime>
                 : $(name) : $(type) : $(property-set) ] ;
         }
     }

粤ICP备19079148号