diff options
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r-- | Misc/python.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in index 08481a9..ae69867 100644 --- a/Misc/python.pc.in +++ b/Misc/python.pc.in @@ -1,3 +1,4 @@ +# See: man pkg-config prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ @@ -8,6 +9,5 @@ Description: Python library Requires: Version: @VERSION@ Libs.private: @LIBS@ -Libs: -L${libdir} -lpython@VERSION@ -Cflags: -I${includedir}/python@VERSION@ - +Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ +Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@ |