mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Remove ldid
This commit is contained in:
parent
3351f5573c
commit
9a2c6e344f
18
build.sh
18
build.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user