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

use target platform for CARGO_CFG_TARGET_* #494

Merged
merged 1 commit into from
Nov 14, 2020

Conversation

dae
Copy link
Contributor

@dae dae commented Nov 14, 2020

build_script_runner was gathering details based on the host platform
instead of the target platform. This was causing a cross-compile of the
ring crate to fail to link, as it was making build-time decisions based
on the host OS instead of the target one.

build_script_runner was gathering details based on the host platform
instead of the target platform. This was causing a cross-compile of the
ring crate to fail to link, as it was making build-time decisions based
on the host OS instead of the target one.
@google-cla google-cla bot added the cla: yes label Nov 14, 2020
@illicitonion illicitonion merged commit 2d8bac0 into bazelbuild:master Nov 14, 2020
@illicitonion
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants