Skip to content

Commit 981af8b

Browse files
committed
Update build.ps1
1 parent 2d0e411 commit 981af8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/build.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:Platform=Win32 /p:RuntimeL
2626
# verify python is installed
2727
PCbuild/win32/python.exe --version
2828

29-
Set-Location ./PCBuild
30-
Get-ChildItem -Recurse
31-
3229
New-Item -ItemType Directory -Path "./python-build" -Force
3330

3431
# copy python 3.11.8 to python-build
@@ -38,4 +35,6 @@ Copy-Item -Path "./PCbuild/win32/python311.lib" -Destination "./python-build/pyt
3835
Copy-Item -Path "./PCbuild/win32/python311_d.dll" -Destination "./python-build/python311_d.dll"
3936
Copy-Item -Path "./PCbuild/win32/python311_d.lib" -Destination "./python-build/python311_d.lib"
4037

38+
# List the contents of the python-build directory
39+
Get-ChildItem -Path "./python-build"
4140

0 commit comments

Comments
 (0)