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 d8a3533 commit c60f116Copy full SHA for c60f116
scripts/build.ps1
@@ -22,7 +22,7 @@ $modifiedContent | Set-Content $vcxprojPath
22
23
# get python external libs before build
24
./PCbuild/get_externals.bat
25
-# build python 3.11.8 as win32 and release
+# build python 3.11.8
26
msbuild PCBuild/pcbuild.sln /p:Configuration=Release /p:RuntimeLibrary=MT
27
msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:RuntimeLibrary=MT
28
# verify python is installed
0 commit comments