mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 01:20:17 +01:00
radv: Always use linker script when possible.
Also without LLVM. Useful for Android with statically linked libelf. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13164>
This commit is contained in:
parent
66713d33fe
commit
bbd091d1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ endif
|
|||
libvulkan_radeon_ld_args = []
|
||||
libvulkan_radeon_link_depends = []
|
||||
|
||||
if with_llvm and with_ld_version_script
|
||||
if with_ld_version_script
|
||||
libvulkan_radeon_ld_args += ['-Wl,--version-script', join_paths(meson.current_source_dir(), 'vulkan.sym')]
|
||||
libvulkan_radeon_link_depends += files('vulkan.sym')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue