Skip to content

Commit f50fbb0

Browse files
aozimamysterywolf
authored andcommitted
[tools] remove .sconsign.dblite when scons clean.
fixed py2 <==> py3 ValueError : unsupported pickle protocol: x
1 parent 9a8249b commit f50fbb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/building.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ def EndBuilding(target, program = None):
880880
Clean(target, 'cconfig.h')
881881
Clean(target, 'rtua.py')
882882
Clean(target, 'rtua.pyc')
883+
Clean(target, '.sconsign.dblite')
883884

884885
if GetOption('target'):
885886
GenTargetProject(program)

0 commit comments

Comments
 (0)