File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ PCbuild/win32/python.exe --version
28
28
29
29
New-Item - ItemType Directory - Path " ./python-build" - Force
30
30
31
- C:\msys64\mingw32\bin\ dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311.lib" -- dllname " ./PCbuild/win32/python311.dll"
32
- C:\msys64\mingw32\bin\ dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311_d.lib" -- dllname " ./PCbuild/win32/python311_d.dll"
31
+ .. / scripts / dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311.lib" -- dllname " ./PCbuild/win32/python311.dll"
32
+ .. / scripts / dlltool.exe -- input- def ../ exports.def -- output- delaylib " ./python-build/python311_d.lib" -- dllname " ./PCbuild/win32/python311_d.dll"
33
33
34
34
# copy python 3.11.8 to python-build
35
35
Copy-Item - Path " ./PCbuild/win32/python311.dll" - Destination " ./python-build/python311.dll"
You can’t perform that action at this time.
0 commit comments