mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
libzstd.pc.in: Change to use variables for libdir and includedir
This commit is contained in:
parent
5ceabe15f7
commit
c53eea7c1a
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue