liblzma.pc 389 B

12345678910111213141516171819
  1. #
  2. # Author: Lasse Collin
  3. #
  4. # This file has been put into the public domain.
  5. # You can do whatever you want with this file.
  6. #
  7. prefix=/mingw64
  8. exec_prefix=/mingw64
  9. libdir=/mingw64/lib
  10. includedir=/mingw64/include
  11. Name: liblzma
  12. Description: General purpose data compression library
  13. URL: https://tukaani.org/xz/
  14. Version: 5.2.7
  15. Cflags: -I${includedir}
  16. Libs: -L${libdir} -llzma
  17. Libs.private: