cargo-binstall/crates/detect-targets/src
Jiahao XU 42672ccf40
Fix detect_targets_linux: Detect arch/libc at runtime using guess_host_triple (#649)
- Enable `guess_host_triple` on all targets
 - Fix `detect_targets_linux`: Detect runtime arch/libc using
   `guess_host_triple` instead of using the one specified in `TARGET`.
 - Add support for android in `detect_targets`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-01-04 14:32:13 +13:00
..
detect Fix detect_targets_linux: Detect arch/libc at runtime using guess_host_triple (#649) 2023-01-04 14:32:13 +13:00
desired_targets.rs Fix doc of desired_targets (#337) 2022-09-04 15:11:28 +00:00
detect.rs Fix detect_targets_linux: Detect arch/libc at runtime using guess_host_triple (#649) 2023-01-04 14:32:13 +13:00
lib.rs Use CARGO env variable if present (#453) 2022-10-02 04:52:25 +13:00