Skip to content

Commit 0935643

Browse files
committed
debug: try "/p:PreferredToolArchitecture=x64"
1 parent 4033e0d commit 0935643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def run_msbuild(
656656
# Use ClangCL for better build and runtime performance
657657
# https://github.com/python/cpython/issues/130090
658658
"/p:PlatformToolset=ClangCL",
659-
"/p:AdditionalOptions=-m64",
659+
"/p:PreferredToolArchitecture=%s" % platform,
660660
]
661661

662662
if freethreaded:

0 commit comments

Comments
 (0)