You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My PR #3213 carelessly changed the default behavior of cargo build.
This commit restored the old behavior while still fixing
cross-compilation. For this, instead of relying on the default
target matching the compilation host, we instead explicitly read
the host target from the HOST variable that cargo sets
for build scripts.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments