@samitouri / QOSamiQemu / commits / 4f7924e116

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>

Kostiantyn Kostiuk committed Mar 30, 2026 at 14:39 UTC 4f7924e1163feef79781f4b7cb344a924451b514
1 file changed +1 -1
qga/meson.build
+1 -1
@@ -104,7 +104,7 @@ endif
104
105 qga_objs = []
106 if host_os == 'windows'
107 - windmc = find_program('windmc', required: true)
107 + windmc = find_program('windmc', 'mc', required: true)
108
109 msgrc = custom_target('messages-win32.rc',
110 input: 'messages-win32.mc',