cargo-binstall/crates/detect-targets/src
Jiahao XU 92973c1392
Fix detect-targets musl fallback for android and alpine (#2076)
Android does not have `-unknown-` in target and alpine uses
`-alpine-` instead of `-unknown-`, so the musl fallback must be
taken special care when generating

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2025-03-06 19:56:49 +00:00
..
detect Fix detect-targets musl fallback for android and alpine (#2076) 2025-03-06 19:56:49 +00:00
desired_targets.rs Fix fallback to cargo-install: Use the default target unless user override (#1430) 2023-09-30 00:22:21 +00:00
detect.rs Fix detect-targets on android targets (#1576) 2024-01-15 23:02:40 +00:00
lib.rs Use CARGO env variable if present (#453) 2022-10-02 04:52:25 +13:00
main.rs Investigate incorrect target detection (#1376) 2023-09-23 10:45:44 +00:00