From c5d610beb10e588feaf7b24ea3f7f4b48d53c058 Mon Sep 17 00:00:00 2001 From: tihmstar Date: Sun, 25 Dec 2016 12:35:24 +0100 Subject: [PATCH] fixed makefile for new tsschecker --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9149a9be..39db83c1 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ TARGET = futurerestore_tool INSTALLTARGET = futurerestore CXX = g++ CC = gcc -INCLUDE += -I futurerestore -I /opt/local/include -I external/idevicerestore/src -I external/tsschecker/tsschecker -I external/img4tool/img4tool +INCLUDE += -I/usr/local/include -I futurerestore -I /opt/local/include -I external/idevicerestore/src -I external/tsschecker/tsschecker -I external/img4tool/img4tool CFLAGS += $(INCLUDE) -Wall -std=c11 -D HAVE_CONFIG_H=1 CXXFLAGS += $(INCLUDE) -Wall -std=c++11 -LDFLAGS += -lirecovery -limobiledevice -lcrypto -lcurl -lplist -lc -lc++ -lzip -lpartialzip-1.0 -lz +LDFLAGS += -L/opt/local/lib -L/usr/local/lib -lirecovery -limobiledevice -lcrypto -lcurl -lplist -lc -lc++ -lzip -lfragmentzip -lz OBJECTS += futurerestore.o SRC_DIR = futurerestore