11 lines
296 B
PkgConfig
11 lines
296 B
PkgConfig
prefix=/Users/shadow8t4/git/MultiPub/.pyenv
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.1.1a
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${includedir}
|