Patches: scons-0.96.95-builder.patch

File scons-0.96.95-builder.patch, 413 bytes (added by daelstorm, 18 months ago)
  • Builder.

    old new  
    872872        Clears all of the cache entries that use the specified Builder. 
    873873        """ 
    874874        for key, smap in self._memo.items(): 
    875             if builder in smap.builders_used: 
     875            if builder in smap: 
    876876                del self._memo[key] 
    877877 
    878878SuffixMapCache = _SuffixMapCache()