]> xenbits.xensource.com Git - libvirt.git/commit
util: Preserve macOS dyld environment by default
authorAndrea Bolognani <abologna@redhat.com>
Wed, 17 Aug 2022 13:37:16 +0000 (15:37 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 22 Aug 2022 08:50:18 +0000 (10:50 +0200)
commit9a1ef574ee2934acb0e3a317eb21cfea38f683c9
treec0af218ca39e3dc9ba9c30ca6bef26f9909dc563
parentf1929d4289410ca2f36e560a6bd7aa7331236ac7
util: Preserve macOS dyld environment by default

The DYLD_* environment variables on macOS have the same purpose
as the LD_* variables have on Linux. Since we're preserving the
latter by default, it makes sense to do the same for the former
as well.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/vircommand.c