try replace back?

This commit is contained in:
shenjack 2023-06-10 15:54:36 +08:00
parent 861d9d2af2
commit b16be1b9fb

View File

@ -28,6 +28,7 @@ if __name__ == '__main__':
compiler.use_ccache = False
compiler.show_progress = False
compiler.output_path = Path('./build/github')
compiler.python_cmd = 'python'
# 检测 --output xx 参数
if '--output' in sys.argv: