nvk: add build_id linker argument.
the build id was failing for a gentoo build causing instance creation to fail, this seems to fix it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24916>
This commit is contained in:
@@ -111,6 +111,7 @@ libnvk = static_library(
|
||||
libvulkan_nouveau = shared_library(
|
||||
'vulkan_nouveau',
|
||||
link_whole : [libnvk],
|
||||
link_args: [ld_args_build_id],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user