Staging
v0.5.1
https://github.com/python/cpython
Revision b5f8a5e1345f122254a8f7d64bd520f8e07fde39 authored by Serhiy Storchaka on 17 October 2013, 09:46:53 UTC, committed by Serhiy Storchaka on 17 October 2013, 09:46:53 UTC
Skip tests for 24-bit wave file on big-endian platforms.
2 parent s 3da240f + c955291
Raw File
Tip revision: b5f8a5e1345f122254a8f7d64bd520f8e07fde39 authored by Serhiy Storchaka on 17 October 2013, 09:46:53 UTC
Issue 19276: Fix tests for wave files on big-endian platforms.
Tip revision: b5f8a5e
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