mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 08:55:21 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
12 lines
308 B
PkgConfig
12 lines
308 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libarchive
|
|
Description: library that can create and read several streaming archive formats
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Cflags.private: -DLIBARCHIVE_STATIC
|
|
Libs: -L${libdir} -larchive
|
|
Libs.private: @LIBS@
|