Unverified Commit a5290eb5 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #232094 from nagy/dumptorrent

dumptorrent: support cross compilation
parents 4bc5836d bab30c06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
      sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm";
    };

    patchPhase = ''
    postPatch = ''
      substituteInPlace Makefile \
        --replace "gcc" "cc"
        --replace "gcc" "$CC"
    '';

    installPhase = ''