| Revision: | 1166 |
| Committed: | Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy |
| File size: | 439 byte(s) |
| Log Message: | Daodan: Replace MinGW build env with an up-to-date MSYS2 env |
| # | Content |
|---|---|
| 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} |