Skip to content

Commit 4e21d01

Browse files
committed
Update build.ps1
1 parent fcd4cde commit 4e21d01

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
@@ -28,6 +28,8 @@ PCbuild/win32/python.exe --version
2828

2929
New-Item -ItemType Directory -Path "./python-build" -Force
3030

31+
Set-Location ..
32+
3133
dlltool --input-def ./exports.def --output-delaylib "./python-build/python311.lib" --dllname "./PCbuild/win32/python311.dll"
3234
dlltool --input-def ./exports.def --output-delaylib "./python-build/python311_d.lib" --dllname "./PCbuild/win32/python311_d.dll"
3335

0 commit comments

Comments
 (0)