Add handling for per-arch lib folders. #65
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of adding XCframework build tooling to CPython, the decision was made to split up the lib directory into "common" parts, and "arch-specific" parts. This allowed removing the duplication of the stdlib, while also allowing the dynamic libraries to be included without the need to be merged into a "fat" binary for the simulator.
This PR adds handling for the new directory structure.
This is an interim measure so that new support packages can be published. The new support packages include a build folder that includes the prototype Info.plist, and a shell script that implements the "merge and sign" logic. Once new support packages have been published with the utils script, we will be able to switch to using those scripts.
PR Checklist: