summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-02-16 17:57:59 (GMT)
committerGitHub <noreply@github.com>2023-02-16 17:57:59 (GMT)
commit226484e47599a93f5bf033ac47198e68ff401432 (patch)
tree466f89c4e4b7fa135d9d74f9245f29294ab9ec74 /Misc
parent68bd8c5e2efab64ff9d38a214775164182179431 (diff)
downloadcpython-226484e47599a93f5bf033ac47198e68ff401432.zip
cpython-226484e47599a93f5bf033ac47198e68ff401432.tar.gz
cpython-226484e47599a93f5bf033ac47198e68ff401432.tar.bz2
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2023-01-12-00-49-16.gh-issue-99942.DUR8b4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-01-12-00-49-16.gh-issue-99942.DUR8b4.rst b/Misc/NEWS.d/next/Build/2023-01-12-00-49-16.gh-issue-99942.DUR8b4.rst
new file mode 100644
index 0000000..5b692c3
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2023-01-12-00-49-16.gh-issue-99942.DUR8b4.rst
@@ -0,0 +1,2 @@
+On Android, in a static build, python-config in embed mode no longer
+incorrectly reports a library to link to.