PKGBUILDs/extra/scons/scons-0.96.95-builder.patch

12 lines
413 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- Builder.py-bak 2007-03-11 02:52:00.000000000 +0200
+++ Builder.py 2007-03-11 02:52:08.000000000 +0200
@@ -872,7 +872,7 @@
Clears all of the cache entries that use the specified Builder.
"""
for key, smap in self._memo.items():
- if builder in smap.builders_used:
+ if builder in smap:
del self._memo[key]
SuffixMapCache = _SuffixMapCache()