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 cross compilation issue #437

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Fix cross compilation issue #437

merged 1 commit into from
Jan 9, 2024

Conversation

jeroen
Copy link
Member

@jeroen jeroen commented Jan 9, 2024

This package cannot be cross compiled, because it tries to evaluate something at install time. Therefore p3m and webr and r-universe need to patch this package, which is a headache, e.g https://github.com/r-wasm/xml2/tree/webr

This PR changes it such that this code is evaluated during CMD build, instead of CMD INSTALL, such that we can cross compile from a source package without having to run anything.

@georgestagg @tylfin

@jeroen jeroen merged commit 3d7fb12 into main Jan 9, 2024
12 checks passed
@jeroen jeroen deleted the fixcross branch January 9, 2024 23:12
jeroen added a commit that referenced this pull request Jan 9, 2024
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