Skip to content

Commit c60f116

Browse files
authored
fix: Build as 64bit instead of 32bit
Updated build script to remove unnecessary win32 specification.
1 parent d8a3533 commit c60f116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $modifiedContent | Set-Content $vcxprojPath
2222

2323
# get python external libs before build
2424
./PCbuild/get_externals.bat
25-
# build python 3.11.8 as win32 and release
25+
# build python 3.11.8
2626
msbuild PCBuild/pcbuild.sln /p:Configuration=Release /p:RuntimeLibrary=MT
2727
msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:RuntimeLibrary=MT
2828
# verify python is installed

0 commit comments

Comments
 (0)