Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0935643

Browse files
committedMar 18, 2025·
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.