From 61940e40ea27911093806ac8720af966c7001892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:26:27 +0200 Subject: [PATCH] Check for unprefixed compilers when building on Windows. --- platform/windows/detect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/windows/detect.py b/platform/windows/detect.py index ce1f7741f51..011cdade4c6 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -24,6 +24,8 @@ def try_cmd(test, prefix, arch, check_clang=False): archs = ["x86_64", "x86_32", "arm64", "arm32"] if arch: archs = [arch] + if os.name == "nt": + archs += [""] for a in archs: try: