Merge pull request #461 from obache/neatsrc/pkgconfig
libzstd.pc.in: Change to use variables for libdir and includedirdev
commit
42247705a3
|
@ -10,5 +10,5 @@ Name: zstd
|
||||||
Description: lossless compression algorithm library
|
Description: lossless compression algorithm library
|
||||||
URL: https://github.com/facebook/zstd
|
URL: https://github.com/facebook/zstd
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L@LIBDIR@ -lzstd
|
Libs: -L${libdir} -lzstd
|
||||||
Cflags: -I@INCLUDEDIR@
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue