--- a/rust-1.75.0-r1.ebuild 2024-02-10 09:10:50.000000000 +0100 +++ b/rust-1.75.0-r1.ebuild 2024-03-05 16:08:53.102075278 +0100 @@ -502,6 +502,7 @@ if use elibc_musl; then cat <<- _EOF_ >> "${S}"/config.toml crt-static = false + musl-root = "$($(tc-getCC) -print-sysroot)/usr" _EOF_ fi done