qemu-ga/msi: fix w32 libgcc name

This is what I find on my Fedora 34 mingw install.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>
This commit is contained in:
Gerd Hoffmann 2021-07-26 17:52:35 +02:00 committed by Michael Roth
parent 24328b7a83
commit 5f2a8b1fc1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<?endif?>
<?if $(var.Arch) = "32"?>
<?define ArchLib=libgcc_s_sjlj-1.dll?>
<?define ArchLib=libgcc_s_dw2-1.dll?>
<?define GaProgramFilesFolder="ProgramFilesFolder" ?>
<?endif?>