diff --git a/boostcpp.jam b/boostcpp.jam index 48bac6b960..ae7ceb07bf 100644 --- a/boostcpp.jam +++ b/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