qga/meson: Allow to use MSVC message compiler 'mc'

Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Link: https://lore.kernel.org/r/20260330113906.168002-5-kkostiuk@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Kostiantyn Kostiuk
2026-03-30 14:39:03 +03:00
committed by Paolo Bonzini
parent dbf0fcef7e
commit 4f7924e116

View File

@@ -104,7 +104,7 @@ endif
qga_objs = []
if host_os == 'windows'
windmc = find_program('windmc', required: true)
windmc = find_program('windmc', 'mc', required: true)
msgrc = custom_target('messages-win32.rc',
input: 'messages-win32.mc',