zstmdt: fix macOS build
This commit is contained in:
parent
1953cb5f71
commit
06716f310a
@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
|
||||
zstd lz4
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
make zstdmt lz4mt
|
||||
'';
|
||||
makeFlags = [ "CC=cc" "zstdmt" "lz4mt" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user