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 6f05fc9 commit 0e58ce1Copy full SHA for 0e58ce1
scripts/build.ps1
@@ -34,7 +34,9 @@ New-Item -ItemType Directory -Path "./python-build" -Force
34
35
# copy python 3.11.8 64-bit artifacts to python-build
36
Copy-Item -Path "./PCbuild/amd64/python311.dll" -Destination "./python-build/python311.dll"
37
+Copy-Item -Path "./PCbuild/amd64/python311.lib" -Destination "./python-build/python311.lib"
38
Copy-Item -Path "./PCbuild/amd64/python311_d.dll" -Destination "./python-build/python311_d.dll"
39
+Copy-Item -Path "./PCbuild/amd64/python311_d.lib" -Destination "./python-build/python311_d.lib"
40
41
# List the contents of the python-build directory
42
Get-ChildItem -Path "./python-build"
0 commit comments