mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-08 20:25:30 +00:00
fixed makefile for new tsschecker
This commit is contained in:
parent
456c590040
commit
c5d610beb1
4
Makefile
4
Makefile
|
@ -2,11 +2,11 @@ TARGET = futurerestore_tool
|
||||||
INSTALLTARGET = futurerestore
|
INSTALLTARGET = futurerestore
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CC = gcc
|
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
|
CFLAGS += $(INCLUDE) -Wall -std=c11 -D HAVE_CONFIG_H=1
|
||||||
CXXFLAGS += $(INCLUDE) -Wall -std=c++11
|
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
|
OBJECTS += futurerestore.o
|
||||||
SRC_DIR = futurerestore
|
SRC_DIR = futurerestore
|
||||||
|
|
Loading…
Reference in a new issue