Skip to content

Commit

Permalink
Add zstdmt target for Zstd
Browse files Browse the repository at this point in the history
We already build it, it just doesn't have an export in the jll
  • Loading branch information
Keno authored May 1, 2020
1 parent b8c3273 commit a68d009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Z/Zstd/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms = supported_platforms()
products = [
LibraryProduct("libzstd", :libzstd),
ExecutableProduct("zstd", :zstd),
ExecutableProduct("zstdmt", :zstdmt),
]

dependencies = []
Expand Down

0 comments on commit a68d009

Please sign in to comment.