[PATCH 4/7] qga/meson: Allow to use MSVC message compiler 'mc'

Kostiantyn Kostiuk posted 7 patches 2 days, 15 hours ago
Maintainers: Kostiantyn Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>
[PATCH 4/7] qga/meson: Allow to use MSVC message compiler 'mc'
Posted by Kostiantyn Kostiuk 2 days, 15 hours ago
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
---
 qga/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qga/meson.build b/qga/meson.build
index 85bdacf7e2..cfa2157efb 100644
--- a/qga/meson.build
+++ b/qga/meson.build
@@ -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',
-- 
2.52.0