[buildsystems] applocal.py incorrectly modifies the dynamic library name #40661
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
Describe the bug
After installing dependencies with
arm64-osx-dynamic
triplet, the dynamic library name in the app bundle was incorrectly changed.Environment
To Reproduce
I debugged applocal.py and printed relevant information.
I am confused about this line of code:
The script executes the following command:
According to the documentation of
install_name_tool
:Because the name was changed incorrectly,
fixup_bundle
did not work properly because it needs to do some logic based on the name.I can't guess the purpose of executing "install_name_tool -id", it seems that there is no need to do this.
The text was updated successfully, but these errors were encountered: