We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ad94 commit 2d0e411Copy full SHA for 2d0e411
scripts/build.ps1
@@ -26,6 +26,9 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:Platform=Win32 /p:RuntimeL
26
# verify python is installed
27
PCbuild/win32/python.exe --version
28
29
+Set-Location ./PCBuild
30
+Get-ChildItem -Recurse
31
+
32
New-Item -ItemType Directory -Path "./python-build" -Force
33
34
# copy python 3.11.8 to python-build
0 commit comments