summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-10-10 16:55:18 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-10-10 16:55:18 -0700
commit661226a83c9f0879c3c3064883b7a3d61dd4d6fa (patch)
tree0e1e89b61d6068069cc6bfb07e479b31c7a871ed
parent84d29a1cc49ce682e6c71aca327c12787c61615d (diff)
downloadldid-661226a83c9f0879c3c3064883b7a3d61dd4d6fa.tar.gz
ldid-661226a83c9f0879c3c3064883b7a3d61dd4d6fa.tar.zst
ldid-661226a83c9f0879c3c3064883b7a3d61dd4d6fa.zip
Use internal build of libplist instead of -lplist.
-rwxr-xr-xmake.sh4
1 files changed, 1 insertions, 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 .