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/python-3.7.pc

14 lines
321 B
PkgConfig
Raw Normal View History

2019-02-09 02:45:25 -06:00
# See: man pkg-config
prefix=/Users/shadow8t4/git/MultiPub/.pyenv
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Python library
Requires:
Version: 3.7
Libs.private: -ldl -framework CoreFoundation
Libs: -L${libdir} -lpython3.7m
Cflags: -I${includedir}/python3.7m