-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lipo support to allow multiple targets of the same platform (#96)
According to [The Big O of Code Reviews](https://www.egorand.dev/the-big-o-of-code-reviews/), this is a O(_m *n_) change. This PR makes two changes to the build command: - Adds a command line override of the targets that are being built. This list of valid targets are found by looking at `ubrn build ios --help` and its android counterpart. - Adds lipo support. This should help in the cases where multi-architecture builds are needed. (Fixes: #77) The lipo support is largely copied from the matrix-rust-sdk build.
- Loading branch information
Showing
3 changed files
with
223 additions
and
56 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.