1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00

libzstd.pc.in: Change to use variables for libdir and includedir

This commit is contained in:
OBATA Akio 2016-11-29 16:47:53 +09:00
parent 5ceabe15f7
commit c53eea7c1a

View File

@ -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}