diff --git a/nuitka_build.py b/nuitka_build.py index 2d7e3f3..9368e70 100644 --- a/nuitka_build.py +++ b/nuitka_build.py @@ -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: