zstmdt: fix macOS build

This commit is contained in:
Matthew Bauer 2017-04-07 22:55:25 -05:00
parent 1953cb5f71
commit 06716f310a
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
1 changed files with 1 additions and 3 deletions

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/