mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
build: macos: replace bind_at_load with fixup_chains
This commit is contained in:
parent
f423059b30
commit
6ed5ed23a5
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ endif()
|
|||
|
||||
# linker
|
||||
if (APPLE)
|
||||
add_linker_flag_if_supported(-Wl,-bind_at_load LD_SECURITY_FLAGS)
|
||||
add_linker_flag_if_supported(-Wl,-fixup_chains LD_SECURITY_FLAGS)
|
||||
add_linker_flag_if_supported(-Wl,-dead_strip LD_SECURITY_FLAGS)
|
||||
add_linker_flag_if_supported(-Wl,-dead_strip_dylibs LD_SECURITY_FLAGS)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue