mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
guard tag against empty type (#908)
This commit is contained in:
parent
e4763df013
commit
3466a2f5d5
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