Skip to content

Commit 0e58ce1

Browse files
authored
Add missing Python library files to build script
1 parent 6f05fc9 commit 0e58ce1

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
@@ -34,7 +34,9 @@ New-Item -ItemType Directory -Path "./python-build" -Force
3434

3535
# copy python 3.11.8 64-bit artifacts to python-build
3636
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"
3738
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"
3840

3941
# List the contents of the python-build directory
4042
Get-ChildItem -Path "./python-build"

0 commit comments

Comments
 (0)