Skip to content

Commit

Permalink
Merge pull request #293 from o01eg/master
Browse files Browse the repository at this point in the history
Fix compilation after rust-lang/rust#45191
  • Loading branch information
cnd committed Oct 17, 2017
2 parents 426d854 + fc4dadb commit b3c2b57
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 b3c2b57

Please sign in to comment.