Skip to content

Commit fc4dadb

Browse files
committed
Fix compilation after rust-lang/rust#45191
1 parent 426d854 commit fc4dadb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-lang/rust/rust-9999-r1.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ src_configure() {
124124
debug-assertions = $(toml_usex debug)
125125
use-jemalloc = true
126126
default-linker = "${linker}"
127-
default-ar = "${archiver}"
128127
rpath = false
128+
ignore-git = false
129129
[target.${rust_target}]
130130
cc = "${c_compiler}"
131131
cxx = "${cxx_compiler}"
132+
ar = "${archiver}"
132133
EOF
133134

134135
if use system-llvm; then

0 commit comments

Comments
 (0)