mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Ignore install_name_tool error
This commit is contained in:
parent
75b8074e39
commit
4fbf9deb51
@ -54,7 +54,7 @@ if [ "$BUILD_IOS" == "1" ]; then
|
||||
|
||||
for dafile in $(find j*out -name "*.dylib"); do
|
||||
install_name_tool -add_rpath @loader_path -add_rpath @loader_path/jli -add_rpath @loader_path/server \
|
||||
-add_rpath @loader_path/.. -add_rpath @loader_path/../jli -add_rpath @loader_path/../server $dafile
|
||||
-add_rpath @loader_path/.. -add_rpath @loader_path/../jli -add_rpath @loader_path/../server $dafile || true
|
||||
ldid -Sios-sign-entitlements.xml $dafile
|
||||
done
|
||||
ldid -Sios-sign-entitlements.xml jreout/bin/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user