[tools] remove .sconsign.dblite when scons clean.
fixed py2 <==> py3 ValueError : unsupported pickle protocol: x
This commit is contained in:
parent
9a8249bbba
commit
f50fbb03e2
|
@ -880,6 +880,7 @@ def EndBuilding(target, program = None):
|
|||
Clean(target, 'cconfig.h')
|
||||
Clean(target, 'rtua.py')
|
||||
Clean(target, 'rtua.pyc')
|
||||
Clean(target, '.sconsign.dblite')
|
||||
|
||||
if GetOption('target'):
|
||||
GenTargetProject(program)
|
||||
|
|
Loading…
Reference in New Issue