From b16be1b9fb5a7fed9880cd190ac1734f8e1062e1 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 10 Jun 2023 15:54:36 +0800 Subject: [PATCH] try replace back? --- nuitka_build.py | 1 + 1 file changed, 1 insertion(+) 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: