mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
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:
committed by
Paolo Bonzini
parent
dbf0fcef7e
commit
4f7924e116
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user