mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
Fix clang-win name mangling
This commit is contained in:
@@ -918,6 +918,7 @@ local rule toolset-tag ( name : type ? : property-set )
|
||||
{
|
||||
case darwin : tag += clang-darwin ;
|
||||
case linux : tag += clang ;
|
||||
case win : tag += clangw ;
|
||||
}
|
||||
}
|
||||
case como* : tag += como ;
|
||||
@@ -975,7 +976,7 @@ local rule toolset-tag ( name : type ? : property-set )
|
||||
}
|
||||
|
||||
# Ditto, from Clang 4
|
||||
if $(tag) = clang && [ numbers.less 3 $(version[1]) ]
|
||||
if $(tag) in clang clangw && [ numbers.less 3 $(version[1]) ]
|
||||
{
|
||||
version = $(version[1]) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user