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