Browse Source

very error, such compile, wow

rdb 12 years ago
parent
commit
01ebd5e66a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepandacore.py

+ 1 - 1
makepanda/makepandacore.py

@@ -652,7 +652,7 @@ def NeedsBuild(files, others):
         cached = BUILTFROMCACHE[key]
         if cached == dates:
             return False
-        if VERBOSE and frozenset(cached.keys()) != frozenset(dates.keys()):
+        if VERBOSE and frozenset(cached) != frozenset(dates):
             print("%sWARNING:%s file dependencies changed: %s%s%s" % (GetColor("red"), GetColor(), GetColor("green"), files, GetColor()))
 
     return True