File size: 322 Bytes
6b17a2b | 1 2 3 4 5 6 7 8 9 10 11 12 | prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 3.5.5
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}
|