Do not overwrite LD_LIBRARY_PATH in t_flag_ldflags

This commit is contained in:
Geza Lore 2023-10-21 11:34:36 +01:00
parent 26e3785963
commit cbc2f9eb32

View File

@ -45,7 +45,7 @@ if ($^O eq "darwin") {
execute(
check_finished => 1,
run_env => "LD_LIBRARY_PATH=$Self->{obj_dir}",
run_env => "LD_LIBRARY_PATH=$Self->{obj_dir}:$ENV{LD_LIBRARY_PATH}",
);
ok(1);