소스 검색

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

fixed py2 <==> py3 ValueError : unsupported pickle protocol: x
aozima 2 년 전
부모
커밋
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)