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:
@@ -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)
|
||||
] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user