We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e906dcb commit 3583293Copy full SHA for 3583293
scripts/build.ps1
@@ -28,6 +28,8 @@ PCbuild/win32/python.exe --version
28
29
New-Item -ItemType Directory -Path "./python-build" -Force
30
31
+Write-Host "Generating delay libraries for Python 3.11.8..."
32
+
33
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
34
../scripts/dlltool.exe --input-def ../exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
35
0 commit comments