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 981af8b commit b28f916Copy full SHA for b28f916
scripts/build.ps1
@@ -31,7 +31,6 @@ New-Item -ItemType Directory -Path "./python-build" -Force
31
# copy python 3.11.8 to python-build
32
Copy-Item -Path "./PCbuild/win32/python311.dll" -Destination "./python-build/python311.dll"
33
Copy-Item -Path "./PCbuild/win32/python311.lib" -Destination "./python-build/python311.lib"
34
-
35
Copy-Item -Path "./PCbuild/win32/python311_d.dll" -Destination "./python-build/python311_d.dll"
36
Copy-Item -Path "./PCbuild/win32/python311_d.lib" -Destination "./python-build/python311_d.lib"
37
0 commit comments