mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-11 09:39:04 -06:00
very error, such compile, wow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user