guard tag against empty type (#908)

This commit is contained in:
Dmitry 2024-05-26 22:17:46 +03:00 committed by GitHub
parent e4763df013
commit 3466a2f5d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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