[PATCH 0/2] MR10428: icuuc: Prefer native.
From: Hans Leidekker <hans@codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59553 --- dlls/icuuc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/icuuc/Makefile.in b/dlls/icuuc/Makefile.in index 302f15b85bb..7efc766ba92 100644 --- a/dlls/icuuc/Makefile.in +++ b/dlls/icuuc/Makefile.in @@ -1,6 +1,6 @@ MODULE = icuuc.dll -EXTRADLLFLAGS = -Wb,--data-only +EXTRADLLFLAGS = -Wb,--data-only -Wb,--prefer-native SOURCES = \ icuuc.spec -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10428
From: Hans Leidekker <hans@codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59553 --- dlls/icuin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/icuin/Makefile.in b/dlls/icuin/Makefile.in index 2603343fe55..452e833396f 100644 --- a/dlls/icuin/Makefile.in +++ b/dlls/icuin/Makefile.in @@ -1,6 +1,6 @@ MODULE = icuin.dll -EXTRADLLFLAGS = -Wb,--data-only +EXTRADLLFLAGS = -Wb,--data-only -Wb,--prefer-native SOURCES = \ icuin.spec -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10428
FWIW, there are some discussions at https://gitlab.winehq.org/wine/wine/-/merge_requests/9605 and https://gitlab.winehq.org/wine/wine/-/merge_requests/6527. It seems like we should fix the module loader. I haven't had the time to look into it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10428#note_133357
participants (3)
-
Hans Leidekker -
Hans Leidekker (@hans) -
Zhiyi Zhang (@zhiyi)