Proper fix for libbz2 error

- compile idevicerestore with static libbz2
This commit is contained in:
LukeZGD 2022-09-12 12:46:00 +08:00
parent 6132f87757
commit 7961f2bfe6
2 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ SetToolPaths() {
xpwntool="../resources/tools/xpwntool_$platform" xpwntool="../resources/tools/xpwntool_$platform"
if [[ $platform == "linux" ]]; then if [[ $platform == "linux" ]]; then
idevicerestore="env LD_LIBRARY_PATH=./resources/lib $idevicerestore"
irecovery="env LD_LIBRARY_PATH=./resources/lib $irecovery" irecovery="env LD_LIBRARY_PATH=./resources/lib $irecovery"
opensslver=$(openssl version | awk '{print $2}' | cut -c -3) opensslver=$(openssl version | awk '{print $2}' | cut -c -3)
if [[ $opensslver == "3"* ]]; then if [[ $opensslver == "3"* ]]; then

Binary file not shown.