-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce hints to ABI_FILE to select specific entries in an universa…
…l binary With this change ABI_FILE accepts an optional suffix separated by '#' from the path, this suffix is an architecture description, the same format as ABI after <os>:<version>. The architecture hint is used to select a matching architecture from a Mach-O universal binary file. Extend the pkg_abi_macho to use the provided architecture (hint) to select the right binary from an universal binary. Add unit tests for this use case. Also improve error handling and remove memory leak.
- Loading branch information
Keve
committed
Nov 24, 2024
1 parent
fba3b42
commit f73762d
Showing
5 changed files
with
404 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.