From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:15:51 +0000 (+0100) Subject: GH-131473: Override PreferredToolArchitecture when using Visual Studio bundled clang... X-Git-Tag: v3.14.0a7~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3b8d73208a25735b6355de73297a51e9c1306b3;p=thirdparty%2FPython%2Fcpython.git GH-131473: Override PreferredToolArchitecture when using Visual Studio bundled clang-cl (GH-131689) tweak PreferredToolArchitecture for bundled clang-cl --- diff --git a/PCbuild/python.props b/PCbuild/python.props index 5a3fae0e2f69..d1c4b5bda6c3 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -19,6 +19,16 @@ false true + + x64 + x86 +