mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #220429 from amjoseph-nixpkgs/pr/build-rust-crate/cross/linker
This commit is contained in:
commit
b10994c38c
@ -41,6 +41,7 @@
|
||||
);
|
||||
|
||||
binRustcOpts = lib.concatStringsSep " " (
|
||||
[ "-C linker=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc" ] ++
|
||||
baseRustcOpts
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user