mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-05-03 10:04:59 +00:00
6154ca8f5f
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
# See: man pkg-config
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Typthon
|
|
Description: Build a C extension for Typthon
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs.private: @LIBS@
|
|
Libs: -L${libdir} @LIBPYTHON@
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|