mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Merge pull request #324 from boostorg/pr/toolset-clang-win
Make `toolset=clang-win` initialize the clang-win toolset
This commit is contained in:
@@ -17,7 +17,12 @@ feature.subfeature toolset clang : platform : : propagated link-incompatible ;
|
||||
|
||||
rule init ( * : * )
|
||||
{
|
||||
if [ os.name ] = MACOSX
|
||||
if $(1) = win
|
||||
{
|
||||
toolset.using clang-win :
|
||||
$(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
}
|
||||
else if [ os.name ] = MACOSX
|
||||
{
|
||||
toolset.using clang-darwin :
|
||||
$(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
|
||||
Reference in New Issue
Block a user