mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Proper fix for libbz2 error
- compile idevicerestore with static libbz2
This commit is contained in:
parent
6132f87757
commit
7961f2bfe6
@ -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.
Loading…
Reference in New Issue
Block a user