Skip to content

Commit d8a3533

Browse files
authored
build as 64 bit instead of 32
1 parent 9f3dba0 commit d8a3533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ $modifiedContent | Set-Content $vcxprojPath
2323
# get python external libs before build
2424
./PCbuild/get_externals.bat
2525
# 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
26+
msbuild PCBuild/pcbuild.sln /p:Configuration=Release /p:RuntimeLibrary=MT
27+
msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:RuntimeLibrary=MT
2828
# verify python is installed
2929
PCbuild/win32/python.exe --version
3030

0 commit comments

Comments
 (0)