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 native libdir path for multilib #239

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

niraami
Copy link
Contributor

@niraami niraami commented Oct 17, 2024

Closes #238

When building for an image with multilib (for 32 bit x86), the ${libdir} variable gets changed from /usr/lib to /usr/lib64 - but mono-native still outputs the libraries into /usr/lib.
This is one approach that fixes that issue.

Note: this also should be backported as far back as Kirkstone, maybe further - I dunno what your workflow for that is.

@ajlennon
Copy link
Member

Good question. As you'll see from the build table in the README we follow the Yocto support regime and currently aim to support the five releases there. So I think if this CI builds and tests successfully and nobody raises any issues then we'd look at PRs into those branches?

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.

Mono packages don't build properly with multilib
2 participants