mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
15 lines
417 B
PkgConfig
15 lines
417 B
PkgConfig
# ZSTD - standard compression algorithm
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
includedir=@INCLUDEDIR@
|
|
libdir=@LIBDIR@
|
|
|
|
Name: zstd
|
|
Description: fast lossless compression algorithm library
|
|
URL: http://www.zstd.net/
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lzstd
|
|
Cflags: -I${includedir}
|