Skip to content

Commit

Permalink
Merge pull request #220429 from amjoseph-nixpkgs/pr/build-rust-crate/…
Browse files Browse the repository at this point in the history
…cross/linker
  • Loading branch information
RaitoBezarius authored Oct 31, 2023
2 parents 4669456 + 6406751 commit b10994c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/rust/build-rust-crate/build-crate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
);

binRustcOpts = lib.concatStringsSep " " (
[ "-C linker=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc" ] ++
baseRustcOpts
);

Expand Down

0 comments on commit b10994c

Please sign in to comment.