Unverified Commit 606ddc03 authored by Ryan Omasta's avatar Ryan Omasta
Browse files

zsync: fix darwin build for C23

parent 3ce8579e
Loading
Loading
Loading
Loading
+855 −0

File added.

Preview size limit exceeded, changes collapsed.

+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ stdenv.mkDerivation (finalAttrs: {

  sourceRoot = "${finalAttrs.src.name}/c";

  patches = [ ./remove-inexisting-rsumtest.patch ];
  patches = [
    ./remove-inexisting-rsumtest.patch
    ./c23.patch
  ];

  makeFlags = [ "AR=${stdenv.cc.bintools.targetPrefix}ar" ];