`cfg(target_family = "...")` can be set multiple times, and thus `CARGO_CFG_TARGET_FAMILY` can also contain comma-separated values, similar to `CARGO_CFG_TARGET_FEATURE`. This allows `cargo build --target wasm32-unknown-emscripten -p musl-math-sys` to work, and will become more important if we were to add e.g. `cfg(target_family = "darwin")` in the future as discussed in https://github.com/rust-lang/rust/issues/100343. |
||
|---|---|---|
| .. | ||
| libm-macros | ||
| musl-math-sys | ||
| panic-handler | ||
| symbol-check | ||
| util | ||