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-libcrypto
Description: OpenSSL cryptography library
Libs: -L"${libdir}" -llibcrypto
Libs.private: -lcrypt32 -lws2_32
Cflags: -I"${includedir}"
Version: 3.6.2
|