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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MinGyuJung1996
Copy link

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
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.

3 participants