Files
nixpkgs/pkgs/build-support/lib
Alyssa Ross b79acb3ee3 build-support/meson: set crt-static for rustc
Just like we do in the Cargo setup hook, to have musl/static builds
work properly we need to explicitly set whether we want static builds
or not.  Rust's built-in target definitions are inconsistent — some
musl architectures default to static, and others don't.

Unfortunately it doesn't seem to be valid to break this list onto
multiple lines.

(cherry picked from commit e5da99075b)
2025-05-15 14:54:26 +02:00
..