From 644abb1832b1e84012443cb37b5ae17a5457f79c Mon Sep 17 00:00:00 2001 From: tihmstar Date: Fri, 2 Jun 2017 20:27:08 +0200 Subject: [PATCH] update on optional feature --- futurerestore/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 87401ce9..bebd03d3 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -136,9 +136,11 @@ int main(int argc, const char * argv[]) { case '2': // long option: "no-baseband"; flags |= FLAG_NO_BASEBAND; break; +#ifdef HAVE_LIBIPATCHER case '3': // long option: "no-baseband"; flags |= FLAG_IS_PWN_DFU; break; +#endif case 'd': // long option: "debug"; can be called as short option idevicerestore_debug = 1; break;