Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): extract .a files before running ar #613

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

poemonsense
Copy link
Member

.a libraries cannot be recursively loaded. We extract the .o files before linking them together.

This fixes the staticlib build errors when softfloat is enabled.

.a libraries cannot be recursively loaded. We extract the .o files
before linking them together.

This fixes the staticlib build errors when softfloat is enabled.
@poemonsense poemonsense merged commit 2f5e6ed into master Oct 29, 2024
7 checks passed
@poemonsense poemonsense deleted the fix-static-lib branch October 29, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants