Staging
v0.8.1
Revision 829dacce4fca60fc3c3367980e75e21dfcdbe6be authored by Han Lee on 08 September 2017, 23:05:05 UTC, committed by Victor Stinner on 08 September 2017, 23:05:05 UTC
* Fix #26669

* Modify NaN check function and error message

* Fix pytime.c when arg is nan

* fix whitespace
1 parent e6eb48c
Raw File
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top