File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ sudo find /usr/local/lib -iname 'libzip*.dylib' -delete
21
21
sudo find /usr/local/lib -iname ' liblzma*.dylib' -delete
22
22
sudo find /usr/local/lib -iname ' libusb-1.0*.dylib' -delete
23
23
sudo find /usr/local/lib -iname ' libpng*.dylib' -delete
24
- sed -i ' ' ' s|# include CUSTOM_LOGGING|//# include CUSTOM_LOGGING|' /usr/local/include/libgeneral/macros.h
25
24
./autogen.sh --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local --disable-debug CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' RANLIB='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib' AR='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar' CFLAGS='-isysroot /usr/local/SYSROOT/MacOSX10.13.sdk -isystem=/usr/local/SYSROOT/MacOSX10.13.sdk/usr/include -DTSSCHECKER_NOMAIN=1 -DIDEVICERESTORE_NOMAIN=1' CXXFLAGS='-isysroot /usr/local/SYSROOT/MacOSX10.13.sdk -isystem=/usr/local/SYSROOT/MacOSX10.13.sdk/usr/include -DTSSCHECKER_NOMAIN=1 -DIDEVICERESTORE_NOMAIN=1' LDFLAGS='-L/usr/local/SYSROOT/MacOSX10.13.sdk/usr/lib -lbz2 -llzma -lcompression -L/usr/local/lib -lzstd -lusbmuxd-2.0 -framework CoreFoundation -framework IOKit'
26
25
echo ' step 4:'
27
26
gmake -j16
@@ -33,4 +32,4 @@ echo 'step 7:'
33
32
otool -L /usr/local/bin/futurerestore
34
33
echo ' step 8:'
35
34
mv /usr/local/bin/futurerestore $BASE /futurerestore
36
- echo ' End'
35
+ echo ' End'
Original file line number Diff line number Diff line change 81
81
fi
82
82
AM_CONDITIONAL([ HAVE_LIBIPATCHER] ,[ test "x$do_libipatcher" = "xyes"] )
83
83
84
- AC_DEFINE ( CUSTOM_LOGGING , 1 , [ required for futurerestore] )
84
+ AC_DEFINE ( CUSTOM_LOGGING , <stdlib.h> , [ required for futurerestore] )
85
85
86
86
LT_INIT
87
87
You can’t perform that action at this time.
0 commit comments