From af3499257771d538172df99e6f9b7fe0c7146b1d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 17 Feb 2023 23:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9python3=E9=83=BD=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=B7=91build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_rs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rs.ps1 b/build_rs.ps1 index ce21769..8e6dbdb 100644 --- a/build_rs.ps1 +++ b/build_rs.ps1 @@ -21,6 +21,6 @@ if ($do -or "311" -in $args) { python3.11 setup.py build } -python3.8 after_build.py +python3 after_build.py Set-Location ..\..\..\