This repository was archived by the owner on Feb 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- AM_CFLAGS = $(libplist_CFLAGS ) $(libzip_CFLAGS ) $(libimobiledevice_CFLAGS ) $(libfragmentzip_CFLAGS ) $( libirecovery_CFLAGS ) $(libfragmentzip_CFLAGS ) -I$(top_srcdir ) /external/tsschecker/external/jssy/jssy -I$(top_srcdir ) /external/tsschecker/tsschecker -I$(top_srcdir ) /external/img4tool/img4tool -I$(top_srcdir ) /external/idevicerestore/src -std=c++11
2- AM_LDFLAGS = $(libplist_LIBS ) $(libzip_LIBS ) $(libimobiledevice_LIBS ) $(libfragmentzip_LIBS ) $( libirecovery_LIBS ) $(libfragmentzip_LIBS )
1+ AM_CFLAGS = $(libplist_CFLAGS ) $(libzip_CFLAGS ) $(libimobiledevice_CFLAGS ) $(libirecovery_CFLAGS ) $(libfragmentzip_CFLAGS ) -I$(top_srcdir ) /external/tsschecker/external/jssy/jssy -I$(top_srcdir ) /external/tsschecker/tsschecker -I$(top_srcdir ) /external/img4tool/img4tool -I$(top_srcdir ) /external/idevicerestore/src -std=c++11
2+ AM_LDFLAGS = $(libplist_LIBS ) $(libzip_LIBS ) $(libimobiledevice_LIBS ) $(libirecovery_LIBS ) $(libfragmentzip_LIBS )
33
44if HAVE_LIBIPATCHER
55AM_LDFLAGS += $(libipatcher_LIBS )
Original file line number Diff line number Diff line change 1313#include < libgen.h>
1414#include < zlib.h>
1515#include " futurerestore.hpp"
16+
1617#ifdef HAVE_LIBIPATCHER
1718#include < libipatcher/libipatcher.hpp>
1819#endif
20+
1921extern " C" {
2022#include " common.h"
2123#include " ../external/img4tool/img4tool/img4.h"
You can’t perform that action at this time.
0 commit comments