فهرست منبع

guard tag against empty type (#908)

Dmitry 2 سال پیش
والد
کامیت
40c6b1adba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      boostcpp.jam

+ 1 - 1
boostcpp.jam

@@ -185,7 +185,7 @@ else
 
 rule tag ( name : type ? : property-set )
 {
-    if $(type) in STATIC_LIB SHARED_LIB IMPORT_LIB
+    if $(type:E=x) in STATIC_LIB SHARED_LIB IMPORT_LIB
     {
         local args = $(.format-name-args) ;
         if $(layout) = versioned

粤ICP备19079148号