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