Skip to content

Commit

Permalink
Fix compilation after rust-lang/rust#45191
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Oct 17, 2017
1 parent 426d854 commit fc4dadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-lang/rust/rust-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,12 @@ src_configure() {
debug-assertions = $(toml_usex debug)
use-jemalloc = true
default-linker = "${linker}"
default-ar = "${archiver}"
rpath = false
ignore-git = false
[target.${rust_target}]
cc = "${c_compiler}"
cxx = "${cxx_compiler}"
ar = "${archiver}"
EOF

if use system-llvm; then
Expand Down

0 comments on commit fc4dadb

Please sign in to comment.