Loading pkgs/build-support/rust/build-rust-crate/build-crate.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ ); binRustcOpts = lib.concatStringsSep " " ( [ "-C linker=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc" ] ++ baseRustcOpts ); Loading Loading
pkgs/build-support/rust/build-rust-crate/build-crate.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ ); binRustcOpts = lib.concatStringsSep " " ( [ "-C linker=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc" ] ++ baseRustcOpts ); Loading