mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
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:
parent
4c10bf1e6d
commit
b5d9c4ef4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue