Remove ldid

This commit is contained in:
Thomas Pöchtrager 2021-04-02 14:54:11 +02:00
parent 3351f5573c
commit 9a2c6e344f

View File

@ -96,24 +96,6 @@ build_xar
# XAR END # XAR END
## ldid ##
if [ $ARM_SUPPORTED -eq 1 ]; then
get_sources \
https://github.com/tpoechtrager/ldid.git master
if [ $f_res -eq 1 ]; then
pushd $CURRENT_BUILD_PROJECT_NAME &>/dev/null
echo ""
make -j $JOBS
$MAKE install -j$JOBS INSTALLPREFIX=$TARGET_DIR
popd &>/dev/null
build_success
fi
fi
## Apple TAPI Library ## ## Apple TAPI Library ##
if [ $NEED_TAPI_SUPPORT -eq 1 ]; then if [ $NEED_TAPI_SUPPORT -eq 1 ]; then