mirror of
https://github.com/boostorg/boost.git
synced 2025-04-03 20:45:00 +00:00
guard tag against empty type (#908)
This commit is contained in:
parent
768674f58f
commit
40c6b1adba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue