1
0
Эх сурвалжийг харах

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


[SVN r35801]

Vladimir Prus 19 жил өмнө
parent
commit
e82cccf83a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Jamfile.v2

+ 1 - 1
Jamfile.v2

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

粤ICP备19079148号