diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-07-26 17:52:35 +0200 |
---|---|---|
committer | Michael Roth <michael.roth@amd.com> | 2021-08-02 22:20:01 -0500 |
commit | 5f2a8b1fc1422a769e8b36f7b5e9b368f475f9c1 (patch) | |
tree | 22df491450c8259017d8da509343fd2089325744 /qga/installer | |
parent | 24328b7a83a43d65389eda0cbabbd67595f43b5b (diff) |
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>
Diffstat (limited to 'qga/installer')
-rw-r--r-- | qga/installer/qemu-ga.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 9cb4c3d733..ce7b25b5e1 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -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?> |