2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Properly tag libraries with QCC toolset.

Fixes #2191.


[SVN r53384]
This commit is contained in:
Vladimir Prus
2009-05-29 08:48:44 +00:00
parent 0272989435
commit 9a98265e69

View File

@@ -846,6 +846,7 @@ local rule toolset-tag ( name : type ? : property-set )
#case mingw* : tag += mgw ;
case mipspro* : tag += mp ;
case msvc* : tag += vc ;
case qcc* : tag += qcc ;
case sun* : tag += sw ;
case tru64cxx* : tag += tru ;
case vacpp* : tag += xlc ;