This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/pkgconfig/libssl.pc

12 lines
296 B
PkgConfig
Raw Normal View History

2019-02-09 02:45:25 -06:00
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}