17 lines
610 B
Diff
17 lines
610 B
Diff
|
--- a/Misc/python.pc.in 2022-01-14 05:23:10.299912709 +0000
|
||
|
+++ b/Misc/python.pc.in 2022-01-14 05:23:15.908022446 +0000
|
||
|
@@ -10,4 +10,4 @@
|
||
|
Version: @VERSION@
|
||
|
Libs.private: @LIBS@
|
||
|
Libs:
|
||
|
-Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|
||
|
+Cflags: -I${includedir}/python@VERSION@
|
||
|
--- a/Misc/python-embed.pc.in 2022-01-14 05:22:57.043653570 +0000
|
||
|
+++ b/Misc/python-embed.pc.in 2022-01-14 05:23:04.603801315 +0000
|
||
|
@@ -10,4 +10,4 @@
|
||
|
Version: @VERSION@
|
||
|
Libs.private: @LIBS@
|
||
|
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
|
||
|
-Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|
||
|
+Cflags: -I${includedir}/python@VERSION@
|