This repository was archived by the owner on Feb 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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 )
@@ -10,7 +10,7 @@ if WIN32
1010AM_CFLAGS += -DCURL_STATICLIB
1111endif
1212
13- bin_PROGRAMS = futurerestore
13+ bin_PROGRAMS = futurerestore
1414futurerestore_CXXFLAGS = $(AM_CFLAGS )
1515if WIN32
1616futurerestore_LDFLAGS = -all-static -static-libgcc -static-libstdc++ $(AM_LDFLAGS )
You can’t perform that action at this time.
0 commit comments