aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-29 21:31:11 -0500
committercomex2015-01-29 21:31:11 -0500
commit6fecd889e388f7642969d58bfe429a756d29413f (patch)
treef5f28651b14e46294df34040428303f156163f29 /Makefile
parent"Fix" broken launchd injection stuff. (diff)
downloadsubstitute-6fecd889e388f7642969d58bfe429a756d29413f.tar.gz
a bunch of stuff that should have been committed separately
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dcc20a..091bf59 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@