Files
ImageUtils/.CondaPkg/env/lib/pkgconfig/libssl.pc
2023-03-18 20:03:34 +07:00

12 lines
304 B
PkgConfig

prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.1.0
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}