diff options
author | comex | 2015-01-29 21:31:11 -0500 |
---|---|---|
committer | comex | 2015-01-29 21:31:11 -0500 |
commit | 6fecd889e388f7642969d58bfe429a756d29413f (patch) | |
tree | f5f28651b14e46294df34040428303f156163f29 /Makefile | |
parent | "Fix" broken launchd injection stuff. (diff) | |
download | substitute-6fecd889e388f7642969d58bfe429a756d29413f.tar.gz |
a bunch of stuff that should have been committed separately
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ all: safety-dance out/posixspawn-hook.dylib: ios-bootstrap/posixspawn-hook.c out/libsubstitute.dylib $(CC) -dynamiclib -o $@ $< -Lout -lsubstitute out/bundle-loader.dylib: ios-bootstrap/bundle-loader.m out/libsubstitute.dylib - $(CC) -dynamiclib -o $@ $< -Lout -lsubstitute + $(CC) -dynamiclib -o $@ $< -fobjc-arc -Lout -framework Foundation -framework CoreFoundation out/unrestrict: ios-bootstrap/unrestrict.c out/libsubstitute.dylib $(CC) -o $@ $< -Lout -lsubstitute ldid -Sent.plist $@ |