Unverified Commit 1a3b7b70 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #216686 from amjoseph-nixpkgs/pr/spandsp/fix-cross

spandsp: fix cross compilation
parents de979929 2396a492
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
  outputs = [ "out" "dev" ];
  makeFlags = [
    "CC=${stdenv.cc.targetPrefix}cc"
    "CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/cc"
  ];

  configureFlags = [