]> git.saurik.com Git - ldid.git/commitdiff
Use internal build of libplist instead of -lplist.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 10 Oct 2015 23:55:18 +0000 (16:55 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 10 Oct 2015 23:55:18 +0000 (16:55 -0700)
make.sh

diff --git a/make.sh b/make.sh
index b71b3efcbe4d55522a0d944beb2ff240f66adc51..d574ae7b898e48cf88b2fd94e36dcc68f133a816 100755 (executable)
--- 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 .