Просмотр исходного кода

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


[SVN r35801]

Vladimir Prus 19 лет назад
Родитель
Сommit
e82cccf83a
1 измененных файлов с 1 добавлено и 1 удалено
  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号