Feature/python build #25

Merged
shenjackyuanjie merged 28 commits from feature/python_build into main 2023-06-10 19:02:01 +08:00
Showing only changes of commit b16be1b9fb - Show all commits

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: