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

Revert "chore(meson): compile libraries and link to executables" #118

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

hashemmm96
Copy link
Contributor

This reverts commit e5f857f.

Compiling the HAL as a static library causes issues where __weak
functions are not overridden. The reason is that when the library is
linked the first function definition found is used, which is provided
by the HAL, and the overridden function in the user application is
ignored.

This reverts commit e5f857f.

Compiling the HAL as a static library causes issues where __weak
functions are not overridden. The reason is that when the library is
linked the first function definition found is used, which is provided
by the HAL, and the overridden function in the user application is
ignored.
@hashemmm96 hashemmm96 merged commit b346dbd into main Oct 9, 2023
1 check passed
@hashemmm96 hashemmm96 deleted the fix/static-lib-issues branch October 9, 2023 13:41
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.

1 participant