Build required dependency 'ldid'

-> Required in cctools-port (fake signing ARM binaries)
This commit is contained in:
Thomas Pöchtrager 2020-10-04 17:57:19 +02:00
parent 364703ca09
commit 45d2f7ec2e

View File

@ -94,6 +94,20 @@ build_xar
# XAR END # 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 ## ## Apple TAPI Library ##
if [ $NEED_TAPI_SUPPORT -eq 1 ]; then if [ $NEED_TAPI_SUPPORT -eq 1 ]; then