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 872 872 Clears all of the cache entries that use the specified Builder. 873 873 """ 874 874 for key, smap in self._memo.items(): 875 if builder in smap .builders_used:875 if builder in smap: 876 876 del self._memo[key] 877 877 878 878 SuffixMapCache = _SuffixMapCache()
