mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 05:30:25 +01:00
vn: add linker script to fix android symbols
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21631>
This commit is contained in:
parent
2b1e9b0fd6
commit
4e1eb53b5e
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ libvulkan_virtio = shared_library(
|
|||
link_with : vn_libs,
|
||||
dependencies : [vn_deps],
|
||||
c_args : [vn_flags],
|
||||
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
|
||||
link_args : [vulkan_icd_link_args, ld_args_bsymbolic, ld_args_gc_sections],
|
||||
link_depends : vulkan_icd_link_depends,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue