OSDN Git Service

qemu-ga/msi: fix w32 libgcc name
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 26 Jul 2021 15:52:35 +0000 (17:52 +0200)
committerMichael Roth <michael.roth@amd.com>
Tue, 3 Aug 2021 03:20:01 +0000 (22:20 -0500)
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>
qga/installer/qemu-ga.wxs

index 9cb4c3d..ce7b25b 100644 (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?>