comment here
This commit is contained in:
19
.CondaPkg/env/lib/pkgconfig/liblzma.pc
vendored
Normal file
19
.CondaPkg/env/lib/pkgconfig/liblzma.pc
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Author: Lasse Collin
|
||||
#
|
||||
# This file has been put into the public domain.
|
||||
# You can do whatever you want with this file.
|
||||
#
|
||||
|
||||
prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
|
||||
exec_prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
|
||||
libdir=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env/lib
|
||||
includedir=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env/include
|
||||
|
||||
Name: liblzma
|
||||
Description: General purpose data compression library
|
||||
URL: https://tukaani.org/xz/
|
||||
Version: 5.2.6
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -llzma
|
||||
Libs.private: -pthread -lrt -lpthread
|
||||
Reference in New Issue
Block a user