mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 01:18:12 +02:00
meson/anv: Use variable that checks for --build-id
fixes: d1992255bb
("meson: Add build Intel "anv" vulkan driver")
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6819>
This commit is contained in:
parent
5f1855d896
commit
465460943a
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ libvulkan_intel = shared_library(
|
|||
],
|
||||
c_args : anv_flags,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
link_args : ['-Wl,--build-id=sha1', ld_args_bsymbolic, ld_args_gc_sections],
|
||||
link_args : [ld_args_build_id, ld_args_bsymbolic, ld_args_gc_sections],
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue