Commit d9facc04 authored by satmandu's avatar satmandu Committed by GitHub

zstd really needs lz4 at compile time. (#4426)

parent 08f8c649
...@@ -8,7 +8,7 @@ class Zstd < Package ...@@ -8,7 +8,7 @@ class Zstd < Package
source_url 'https://github.com/facebook/zstd/archive/v1.4.5.tar.gz' source_url 'https://github.com/facebook/zstd/archive/v1.4.5.tar.gz'
source_sha256 '734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2' source_sha256 '734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2'
depends_on 'lz4' depends_on 'lz4' => ':build'
def self.build def self.build
system 'make' system 'make'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment