]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/env.c
Fix test suite with shared libraries on macOS.
[thirdparty/cups.git] / scheduler / env.c
index 13b72412a4c230895ac64afcbe235a14b4f0de67..71ab98d6b8b642f704e061a77d2fa4dd46bf3d39 100644 (file)
@@ -201,6 +201,7 @@ cupsdUpdateEnv(void)
   set_if_undefined("CUPS_SERVERBIN", ServerBin);
   set_if_undefined("CUPS_SERVERROOT", ServerRoot);
   set_if_undefined("CUPS_STATEDIR", StateDir);
+  set_if_undefined("DYLD_INSERT_LIBRARIES", NULL);
   set_if_undefined("DYLD_LIBRARY_PATH", NULL);
   set_if_undefined("HOME", TempDir);
   set_if_undefined("LD_ASSUME_KERNEL", NULL);