Files
MINGW-packages/mingw-w64-python3/2080-pkg-config-windows-must-link-ext-with-python-lib.patch

10 lines
321 B
Diff

--- Python-3.8.0/Misc/python.pc.in.orig 2019-10-24 13:55:46.684382200 +0300
+++ Python-3.8.0/Misc/python.pc.in 2019-10-24 13:55:55.334394400 +0300
@@ -9,5 +9,5 @@
Requires:
Version: @VERSION@
Libs.private: @LIBS@
-Libs:
+Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@