From 40c6b1adbac6bead309abb4de4cf7e465040797b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 26 May 2024 22:17:46 +0300 Subject: [PATCH] guard tag against empty type (#908) --- boostcpp.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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