Skip to content

Commit 53da09c

Browse files
committed
Update build.ps1
1 parent 731e8f3 commit 53da09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
C:\mingw64\bin\dlltool.exe --version
1+
C:\mingw32\bin\dlltool.exe --version
22

33
# download python 3.11.8 source code
44
curl -o Python-3.11.8.tgz https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz
@@ -34,8 +34,8 @@ Write-Host "Generating delay libraries for Python 3.11.8..."
3434

3535
Get-Command dlltool
3636

37-
C:\mingw64\bin\dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
38-
C:\mingw64\bin\dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
37+
C:\mingw32\bin\dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
38+
C:\mingw32\bin\dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
3939

4040
Write-Host "Done!"
4141

0 commit comments

Comments
 (0)