mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
rusticl: add bsymbolic to linker flags
This will prevent the dynamic loader to pick the wrong function once we rename things to the proper API names. In any case, this should have been done all along anyway. Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29855>
This commit is contained in:
parent
51f2ed872e
commit
be090abf2e
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ librusticl = shared_library(
|
|||
link_args : [
|
||||
ld_args_build_id,
|
||||
ld_args_gc_sections,
|
||||
ld_args_bsymbolic,
|
||||
rusticl_ld_args,
|
||||
],
|
||||
link_depends : rusticl_ld_depends,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue