Closed wagenet closed 4 years ago
thanks a lot for opening the issue. I'll take a look at it.
I'm also seeing x86-unknown-linux-gnu
when it seems it should be i686-unknown-linux-gnu
.
deleted the nonsense i wrote before. anyway, it does seem like an issue. i'm trying to see how to mitigate it now in a normal way :)
A fix has been released in the new 0.3.1 version. I hope its solved correctly as i did verify with rustc values and compared with rustup triple values and built a whole set of tests with specific values.
Thanks!
Describe the bug
On macOS,
target_triple
returnsx86_64-apple-macos-
. It should bex86_64-apple-darwin
.To Reproduce I discovered this using
CARGO_MAKE_RUST_TARGET_TRIPLE
in cargo make.