zstmdt: fix macOS build

This commit is contained in:
Matthew Bauer
2017-04-08 23:28:02 -05:00
parent 1953cb5f71
commit 06716f310a
+1 -3
View File
@@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
zstd lz4 zstd lz4
]; ];
buildPhase = '' makeFlags = [ "CC=cc" "zstdmt" "lz4mt" ];
make zstdmt lz4mt
'';
installPhase = '' installPhase = ''
mkdir -p $out/bin/ mkdir -p $out/bin/