early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/python3/0009-python.pc.patch
vendored
Executable file
16
externals/vcpkg/ports/python3/0009-python.pc.patch
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
--- 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@
|
Reference in New Issue
Block a user