zstmdt: fix macOS build

This commit is contained in:
Matthew Bauer
2017-04-07 22:55:25 -05:00
parent 1953cb5f71
commit 06716f310a

View File

@@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
zstd lz4
];
buildPhase = ''
make zstdmt lz4mt
'';
makeFlags = [ "CC=cc" "zstdmt" "lz4mt" ];
installPhase = ''
mkdir -p $out/bin/