Skip to content

Commit

Permalink
add arm libzstd 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill authored Aug 10, 2022
1 parent 1f1455b commit 5421aa0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added libzstd_arm/libzstd.a
Binary file not shown.
Binary file added libzstd_arm/libzstd.dylib
Binary file not shown.
16 changes: 16 additions & 0 deletions libzstd_arm/libzstd.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ZSTD - standard compression algorithm
# Copyright (C) 2014-2016, Yann Collet, Facebook
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)

prefix=/usr/local/Cellar/zstd/1.5.2
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: zstd
Description: fast lossless compression algorithm library
URL: http://www.zstd.net/
Version: 1.5.2
Libs: -L${libdir} -lzstd
Libs.private:
Cflags: -I${includedir}

0 comments on commit 5421aa0

Please sign in to comment.