Skip to content

Add back Windows cross-compilation support #63

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

Closed
wants to merge 32 commits into from

Conversation

Jake-Shadle
Copy link
Contributor

This adds back support for Windows cross-compilation by using the GAS files if the Microsoft assembler isn't found rather than unconditionally trying to use it targeting the msvc environment.

This also adds a test job to compile and test a cross compilation scenario. If we take out testing and instead just test building then that would be a much simpler step since we wouldn't need wine nor the Windows SDK, which are only required when building/running the cargo test executables.

Resolves: #58

@nagisa
Copy link
Member

nagisa commented Feb 15, 2022

Merged as 6860b85. Thanks!

@nagisa nagisa closed this Feb 15, 2022
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.

Cross compilation to Windows broken
2 participants