master
/ miniconda3 / envs / poem / lib / pkgconfig / libssl.pc

libssl.pc @a8e0244 raw · history · blame

prefix=/home/jovyan/work/miniconda3/envs/poem
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.0.9
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}