2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Add cw toolset to std::locale rule that needs that special handling.

[SVN r23709]
This commit is contained in:
Rene Rivera
2004-07-17 20:39:21 +00:00
parent 4d0f6b6662
commit dd7ae63e82

View File

@@ -2684,7 +2684,7 @@ rule force-NT-static-link ( pattern : toolset : subvariant-path properties * )
rule std::locale-support ( toolset variant : subvariant-path properties * )
{
return [
force-NT-static-link .*(metrowerks|cwpro).*
force-NT-static-link .*(metrowerks|cwpro|cw).*
: $(toolset) : $(subvariant-path) $(properties)
] ;
}