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 fcd4cde commit 4e21d01Copy full SHA for 4e21d01
scripts/build.ps1
@@ -28,6 +28,8 @@ PCbuild/win32/python.exe --version
28
29
New-Item -ItemType Directory -Path "./python-build" -Force
30
31
+Set-Location ..
32
+
33
dlltool --input-def ./exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
34
dlltool --input-def ./exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
35
0 commit comments