From 661226a83c9f0879c3c3064883b7a3d61dd4d6fa Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 10 Oct 2015 16:55:18 -0700 Subject: [PATCH] Use internal build of libplist instead of -lplist. --- make.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make.sh b/make.sh index b71b3ef..d574ae7 100755 --- a/make.sh +++ b/make.sh @@ -57,10 +57,8 @@ done set -x -plist=(-Llibplist/src/.libs -lplist) - "${flags[@]}" -c -std=c++11 -o "${out}"/ldid.o ldid.cpp -"${flags[@]}" -o "${out}"/ldid "${out}"/ldid.o "${os[@]}" -x c lookup2.c -lxml2 -framework Security -lcrypto "${plist[@]}" +"${flags[@]}" -o "${out}"/ldid "${out}"/ldid.o "${os[@]}" -x c lookup2.c -lxml2 -framework Security -lcrypto if ! "${ios}"; then ln -sf out/ldid . -- 2.45.2