Last change
on this file since 1166 was 1166, checked in by rossy, 3 years ago |
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
File size:
439 bytes
|
Line | |
---|
1 | # ZSTD - standard compression algorithm
|
---|
2 | # Copyright (C) 2014-2016, Yann Collet, Facebook
|
---|
3 | # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
---|
4 |
|
---|
5 | prefix=/mingw32
|
---|
6 | exec_prefix=${prefix}
|
---|
7 | includedir=${prefix}/include
|
---|
8 | libdir=${exec_prefix}/lib
|
---|
9 |
|
---|
10 | Name: zstd
|
---|
11 | Description: fast lossless compression algorithm library
|
---|
12 | URL: http://www.zstd.net/
|
---|
13 | Version: 1.5.0
|
---|
14 | Libs: -L${libdir} -lzstd
|
---|
15 | Cflags: -I${includedir}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.