Browse Source

remove update_dyld_shared_cache check

Kevin Bradley 10 months ago
parent
commit
6c958df5b5
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/help.c

+ 1 - 7
src/help.c

@@ -121,13 +121,7 @@ void checkpath(void) {
     TAR,
     DIFF,
     BACKEND,
-    /* Mac OS X uses dyld (Mach-O) instead of ld.so (ELF), and does not have
-     * an ldconfig. */
-#if defined(__APPLE__) && defined(__MACH__)
-    "update_dyld_shared_cache",
-#else
-    "ldconfig",
-#endif
+    "launchctl",
 #if BUILD_START_STOP_DAEMON
     "start-stop-daemon",
 #endif