Merge pull request #461 from obache/neatsrc/pkgconfig

libzstd.pc.in: Change to use variables for libdir and includedir
dev
Yann Collet 2016-11-30 20:03:42 +01:00 committed by GitHub
commit 42247705a3
1 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ Name: zstd
Description: lossless compression algorithm library
URL: https://github.com/facebook/zstd
Version: @VERSION@
Libs: -L@LIBDIR@ -lzstd
Cflags: -I@INCLUDEDIR@
Libs: -L${libdir} -lzstd
Cflags: -I${includedir}