From 69ea2162275e8c22f9d28ccae19507d149420702 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 7 Dec 2020 19:26:29 -0500 Subject: Don't use an include directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6255fb..8a06256 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= aarch64-apple-darwin-clang STRIP ?= aarch64-apple-darwin-strip LDID ?= ldid -CFLAGS ?= -arch arm64 -isysroot /home/cameron/Documents/SDK/iPhoneOS14.2.sdk -miphoneos-version-min=13.0 -Iinclude +CFLAGS ?= -arch arm64 -isysroot /home/cameron/Documents/SDK/iPhoneOS14.2.sdk -miphoneos-version-min=13.0 INSTALL ?= install FAKEROOT ?= fakeroot PREFIX ?= /usr @@ -16,7 +16,7 @@ all: build/snaprestore build/snaprestore: src/snaprestore.m src/ent.xml mkdir -p build - $(CC) $(CFLAGS) -o build/snaprestore src/snaprestore.m -framework IOKit -framework Foundation -framework MobileCoreServices -fobjc-arc + $(CC) $(CFLAGS) -o build/snaprestore src/snaprestore.m -framework IOKit -framework Foundation -framework CoreServices -fobjc-arc $(STRIP) build/snaprestore $(LDID) -Ssrc/ent.xml build/snaprestore -- cgit v1.2.3-56-ge451