diff options
Diffstat (limited to 'darwin-bootstrap/inject-into-launchd.c')
-rw-r--r-- | darwin-bootstrap/inject-into-launchd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/inject-into-launchd.c b/darwin-bootstrap/inject-into-launchd.c index 539b1a2..cfe8927 100644 --- a/darwin-bootstrap/inject-into-launchd.c +++ b/darwin-bootstrap/inject-into-launchd.c @@ -67,7 +67,7 @@ int main(UNUSED int argc, char **argv) { ib_log("mach_port_allocate: %x", kr); return 0; } - const char *lib = "/Library/Substitute/posixspawn-hook.dylib"; + const char *lib = "/Library/Substitute/Helpers/posixspawn-hook.dylib"; struct shuttle shuttle = { .type = SUBSTITUTE_SHUTTLE_MACH_PORT, .u.mach.right_type = MACH_MSG_TYPE_MAKE_SEND, |