Skip to content

Commit 3583293

Browse files
committed
Update build.ps1
1 parent e906dcb commit 3583293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.ps1

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

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

31+
Write-Host "Generating delay libraries for Python 3.11.8..."
32+
3133
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
3234
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
3335

0 commit comments

Comments
 (0)