Use RUNPATH instead of RPATH for setting preferred dependency paths

This commit is contained in:
Nav
2022-07-13 20:38:14 +01:00
parent 7e99520047
commit aa1b45a469

View File

@@ -115,7 +115,7 @@ target_compile_options(
target_link_options(
Bloom
PUBLIC [=[-Wl,--disable-new-dtags]=] #,--verbose
PUBLIC [=[-Wl,-z,origin]=] #,--verbose
)
if (${ENABLE_SANITIZERS})