Ignore install_name_tool error

This commit is contained in:
Duy Tran Khanh 2023-03-31 06:51:13 +07:00 committed by GitHub
parent 75b8074e39
commit 4fbf9deb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*