mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
pvr: use vulkan_icd_link_args
We get away without this right now, but once we start calling enough of the runtime that uses spirv-tools, this stops working due to pulling in symbols that aren't marked as hidden. So let's do add this, so we can properly hide all needless symbols. Tested-by: Simon Perretta <simon.perretta@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
parent
4d3912abed
commit
3aff97a0b2
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ libvulkan_powervr_mesa = shared_library(
|
|||
],
|
||||
c_args : pvr_flags,
|
||||
link_args : [
|
||||
vulkan_icd_link_args,
|
||||
ld_args_build_id,
|
||||
ld_args_bsymbolic,
|
||||
ld_args_gc_sections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue