Skip to content

Commit b28f916

Browse files
committed
fix: Fix windows build
1 parent 981af8b commit b28f916

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ New-Item -ItemType Directory -Path "./python-build" -Force
3131
# copy python 3.11.8 to python-build
3232
Copy-Item -Path "./PCbuild/win32/python311.dll" -Destination "./python-build/python311.dll"
3333
Copy-Item -Path "./PCbuild/win32/python311.lib" -Destination "./python-build/python311.lib"
34-
3534
Copy-Item -Path "./PCbuild/win32/python311_d.dll" -Destination "./python-build/python311_d.dll"
3635
Copy-Item -Path "./PCbuild/win32/python311_d.lib" -Destination "./python-build/python311_d.lib"
3736

0 commit comments

Comments
 (0)