[tools] remove .sconsign.dblite when scons clean.

fixed py2 <==> py3 ValueError : unsupported pickle protocol: x
This commit is contained in:
aozima 2022-08-10 19:23:49 +08:00 committed by Man, Jianting (Meco)
parent 9a8249bbba
commit f50fbb03e2
1 changed files with 1 additions and 0 deletions

View File

@ -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)