mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Final patch for issue 9807.
This commit is contained in:
parent
fdba067213
commit
14d98ac31b
7 changed files with 332 additions and 328 deletions
|
@ -1,3 +1,4 @@
|
|||
# See: man pkg-config
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
@ -9,5 +10,4 @@ Requires:
|
|||
Version: @VERSION@
|
||||
Libs.private: @LIBS@
|
||||
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
|
||||
Cflags: -I${includedir}/python@VERSION@
|
||||
|
||||
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue