mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Build required dependency 'ldid'
-> Required in cctools-port (fake signing ARM binaries)
This commit is contained in:
parent
364703ca09
commit
45d2f7ec2e
14
build.sh
14
build.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user