mirror of
https://github.com/boostorg/boost.git
synced 2026-06-01 01:03:08 +08:00
guard tag against empty type (#908)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user