File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:Platform=Win32 /p:RuntimeL
26
26
# verify python is installed
27
27
PCbuild/ win32/ python.exe -- version
28
28
29
- Set-Location ./ PCBuild
30
- Get-ChildItem - Recurse
31
-
32
29
New-Item - ItemType Directory - Path " ./python-build" - Force
33
30
34
31
# copy python 3.11.8 to python-build
@@ -38,4 +35,6 @@ Copy-Item -Path "./PCbuild/win32/python311.lib" -Destination "./python-build/pyt
38
35
Copy-Item - Path " ./PCbuild/win32/python311_d.dll" - Destination " ./python-build/python311_d.dll"
39
36
Copy-Item - Path " ./PCbuild/win32/python311_d.lib" - Destination " ./python-build/python311_d.lib"
40
37
38
+ # List the contents of the python-build directory
39
+ Get-ChildItem - Path " ./python-build"
41
40
You can’t perform that action at this time.
0 commit comments