mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +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> (cherry picked from commit465460943a)
This commit is contained in:
parent
e2ee71614f
commit
0c9b64f9f4
2 changed files with 2 additions and 2 deletions
|
|
@ -1048,7 +1048,7 @@
|
|||
"description": "meson/anv: Use variable that checks for --build-id",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "d1992255bb29054fa51763376d125183a9f602f3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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