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

Windows support for NDK toolchains #68

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

tomrenn
Copy link
Contributor

@tomrenn tomrenn commented May 31, 2024

With these commits I am able to build native binaries on Windows machines.

Closes #2

The stdout will contain backslashes, so replace them with forward
slashes.

Working towards bazelbuild#2
@ahumesky ahumesky self-assigned this Jun 3, 2024
@ahumesky ahumesky self-requested a review June 3, 2024 14:31
rules.bzl Outdated Show resolved Hide resolved
@ahumesky
Copy link
Collaborator

ahumesky commented Jun 3, 2024

@tomrenn tomrenn force-pushed the windows-support branch 6 times, most recently from f7b5ecc to 9a60498 Compare June 3, 2024 19:31
All tool executables have the filename suffix ".exe".

Fixes bazelbuild#2
@tomrenn tomrenn force-pushed the windows-support branch 3 times, most recently from 99baf41 to 6993f85 Compare June 4, 2024 21:44
@ahumesky ahumesky merged commit c2999e4 into bazelbuild:main Jun 21, 2024
2 checks passed
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.

Add support for Windows host
2 participants