File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ PCbuild/win32/python.exe --version
29
29
New-Item - ItemType Directory - Path " ./python-build" - Force
30
30
31
31
# copy python 3.11.8 to python-build
32
- Copy-Item - Path " ./PCbuild/win32/python3 .dll" - Destination " ./python-build/python3 .dll"
33
- Copy-Item - Path " ./PCbuild/win32/python3 .lib" - Destination " ./python-build/python3 .lib"
32
+ Copy-Item - Path " ./PCbuild/win32/python311 .dll" - Destination " ./python-build/python311 .dll"
33
+ Copy-Item - Path " ./PCbuild/win32/python311 .lib" - Destination " ./python-build/python311 .lib"
34
34
35
- Copy-Item - Path " ./PCbuild/win32/python3_d .dll" - Destination " ./python-build/python3_d .dll"
36
- Copy-Item - Path " ./PCbuild/win32/python3_d .lib" - Destination " ./python-build/python3_d .lib"
35
+ Copy-Item - Path " ./PCbuild/win32/python311_d .dll" - Destination " ./python-build/python311_d .dll"
36
+ Copy-Item - Path " ./PCbuild/win32/python311_d .lib" - Destination " ./python-build/python311_d .lib"
37
37
38
38
You can’t perform that action at this time.
0 commit comments