Skip to content

Commit 746162f

Browse files
committed
Update build.ps1
1 parent a154525 commit 746162f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ PCbuild/win32/python.exe --version
2828

2929
New-Item -ItemType Directory -Path "./python-build" -Force
3030

31-
dlltool --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
32-
dlltool --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
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"
3333

3434
# copy python 3.11.8 to python-build
3535
Copy-Item -Path "./PCbuild/win32/python311.dll" -Destination "./python-build/python311.dll"

0 commit comments

Comments
 (0)