File size: 316 Bytes
a207818 | 1 2 3 4 5 6 7 8 9 10 11 12 | prefix=D:/code/apps/devtools/micromamba_root/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Libs: -L"${libdir}" -llibssl
Requires: libcrypto
Cflags: -I"${includedir}"
Version: 3.6.2
|