From 45d2f7ec2ee68c9ad51d590869609b5b3b028605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 4 Oct 2020 17:57:19 +0200 Subject: [PATCH] Build required dependency 'ldid' -> Required in cctools-port (fake signing ARM binaries) --- build.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build.sh b/build.sh index ba54df5..2f345c1 100755 --- a/build.sh +++ b/build.sh @@ -94,6 +94,20 @@ build_xar # XAR END +## ldid ## + +if [ $ARM_SUPPORTED -eq 1 ]; then + + get_sources \ + https://github.com/tpoechtrager/ldid.git master + + pushd $CURRENT_BUILD_PROJECT_NAME &>/dev/null + echo "" + make -j $JOBS + $MAKE install -j$JOBS INSTALLPREFIX=$TARGET_DIR + popd &>/dev/null +fi + ## Apple TAPI Library ## if [ $NEED_TAPI_SUPPORT -eq 1 ]; then