Unverified Commit b10994c3 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

Merge pull request #220429 from amjoseph-nixpkgs/pr/build-rust-crate/cross/linker

parents 46694560 6406751e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
    );

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