mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
very error, such compile, wow
This commit is contained in:
parent
634c3c5a0a
commit
01ebd5e66a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user