From: Jay Freeman (saurik) Date: Sat, 10 Oct 2015 23:55:18 +0000 (-0700) Subject: Use internal build of libplist instead of -lplist. X-Git-Tag: v2.1.0~67 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/661226a83c9f0879c3c3064883b7a3d61dd4d6fa Use internal build of libplist instead of -lplist. --- 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 .