Revert 'gnu: rust: Remove unused "ar" setting.'.

Some versions of Rust do need it and others complain about it.
For now, revert the removal entirely.

This reverts commit ec944a1de9.
master
Danny Milosavljevic 2018-09-22 10:07:50 +02:00
parent 05fb1e0017
commit 91294b5361
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ rpath = true
llvm-config = \"" llvm "/bin/llvm-config" "\"
cc = \"" gcc "/bin/gcc" "\"
cxx = \"" gcc "/bin/g++" "\"
ar = \"" binutils "/bin/ar" "\"
jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
[dist]
") port)))