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: combine-static-libs.sh in macos universal #8336

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

MinGyuJung1996
Copy link
Contributor

I found that only the first archive is passed as an argument to combine_static_libs, when using macos + universal architecture.

As can be seen from line 146, the bash array should be unrolled using "${archives[@]}".

Up to my knowledge, simply using "$archives" will only pass the first element of the array.

@pixelflinger pixelflinger added the internal Issue/PR does not affect clients label Jan 6, 2025
@pixelflinger pixelflinger merged commit 90a4c88 into google:main Jan 13, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants