From 83808ca2036b4ee70ed1e3c52ffe43c23700da99 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Date: Sun, 27 Nov 2022 17:56:49 +0100
Subject: [PATCH] configure: Assume host-os=win32 for toolchain msvc.

---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 5cb80bf1ea..da8acce6a8 100755
--- a/configure
+++ b/configure
@@ -4365,6 +4365,7 @@ case "$toolchain" in
             as_default="armasm.exe"
             ;;
         esac
+        host_os_default="win32"
         target_os_default="win32"
         # Use a relative path for TMPDIR. This makes sure all the
         # ffconf temp files are written with a relative path, avoiding
-- 
2.17.1

