dev-lang/rust: dump config.toml to build log

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-03-18 18:10:38 -07:00
parent b16f1492d0
commit 1bfc89f2ae

View File

@@ -272,6 +272,9 @@ src_configure() {
linker = "$(usex system-llvm lld rust-lld)"
EOF
fi
einfo "Rust configured with the following settings:"
cat "${S}"/config.toml || die
}
src_compile() {