Преглед изворни кода

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

fixed py2 <==> py3 ValueError : unsupported pickle protocol: x
aozima пре 3 година
родитељ
комит
f50fbb03e2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tools/building.py

+ 1 - 0
tools/building.py

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