From 6fecd889e388f7642969d58bfe429a756d29413f Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 29 Jan 2015 21:31:11 -0500 Subject: a bunch of stuff that should have been committed separately --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3