mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
Fixes compile on Windows and Linux (if you didn't have libzip installed for some reason). --HG-- branch : trunk
14 lines
246 B
PkgConfig
14 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
zipcmp=@prefix@/bin/zipcmp
|
|
|
|
Name: libzip
|
|
Description: library for handling zip archives
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lzip @LIBS@
|
|
Cflags: -I${includedir}
|
|
|