mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
liblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
It properly adds -DLZMA_API_STATIC when compiling code that will be linked against static liblzma. Having it there on systems other than Windows does no harm. See: https://www.msys2.org/docs/pkgconfig/ (cherry picked from commit 4083c8e9501a48934a5fb563d2c3ce2ae143cd27)
This commit is contained in:
parent
23f50b8108
commit
3c026350e8
@ -15,5 +15,6 @@ Description: General purpose data compression library
|
||||
URL: @PACKAGE_URL@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Cflags.private: -DLZMA_API_STATIC
|
||||
Libs: -L${libdir} -llzma
|
||||
Libs.private: @PTHREAD_CFLAGS@ @LIBS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user