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

Support Cross Compilation Targets #271

Open
2over12 opened this issue Aug 28, 2023 · 1 comment
Open

Support Cross Compilation Targets #271

2over12 opened this issue Aug 28, 2023 · 1 comment

Comments

@2over12
Copy link

2over12 commented Aug 28, 2023

For crates that only build on certain platforms it is convenient to use a cross compilation target. Setting up the default target almost works but a target specific dir would need to be pushed here:

file.push("debug");

Probably the easiest way to do this would be to allow passing down a target flag to cargo. If the target flag gets passed down, then the bitcode gets looked for in a non-default dir.

@2over12
Copy link
Author

2over12 commented Aug 28, 2023

I've hacked around this for now but if we think this is a good feature I can probably have something done pretty quickly

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

No branches or pull requests

1 participant