mirror of
https://github.com/boostorg/build.git
synced 2026-02-19 14:22:10 +00:00
Corrected a bug in the Boost Build invalidate-extendable-viable-source-target-type-cache() rule located in the generators.jam module causing some cached data to be invalidated more often than needed. The bug had no other effects.
[SVN r48598]
This commit is contained in:
@@ -85,7 +85,7 @@ rule invalidate-extendable-viable-source-target-type-cache ( )
|
||||
{
|
||||
if $(.vst.$(type)) = *
|
||||
{
|
||||
.vst-cached-types += $(gen) ;
|
||||
.vst-cached-types += $(type) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user