[PATCH 0/1] MR10956: vulkan-1: Do not prefer native.
From: Elizabeth Figura <zfigura@codeweavers.com> While we expect the native vulkan loader to work, it should not be necessary. Moreover, CEF (as bundled by, at least, Steam) seems to ship a modified version of the Vulkan loader which depends on some features not yet supported in Wine. --- dlls/vulkan-1/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/vulkan-1/Makefile.in b/dlls/vulkan-1/Makefile.in index 9ca6421c299..b269ffcdc7d 100644 --- a/dlls/vulkan-1/Makefile.in +++ b/dlls/vulkan-1/Makefile.in @@ -2,8 +2,6 @@ MODULE = vulkan-1.dll IMPORTS = user32 IMPORTLIB = vulkan-1 -EXTRADLLFLAGS = -Wb,--prefer-native - VER_FILEDESCRIPTION_STR = "Wine Vulkan Loader" # Set to 1.0.0 so the official Vulkan runtime installer will replace this file VER_PRODUCTVERSION = 1,0,0,0 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10956
participants (2)
-
Elizabeth Figura -
Elizabeth Figura (@zfigura)