]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-138800: Fix variable substitution in python3.pc for Android (#144776) main
authorYaksh Bariya <yakshbari4@gmail.com>
Mon, 3 Aug 2026 06:52:26 +0000 (12:22 +0530)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2026 06:52:26 +0000 (14:52 +0800)
commit5918085bb6f4a3a48193cacb9bb99b044d4e0452
tree86ab9a96d986a36a5291cfb70e22b9e533156757
parent204febac457c39c6622cd6c741d33afdbcca5d55
GH-138800: Fix variable substitution in python3.pc for Android (#144776)

Clarifies the difference between LIBPYTHON, which is the library name,
and the flags needed to build modules, which also need the linking path.

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Makefile.pre.in
Misc/NEWS.d/next/Build/2026-03-07-02-09-57.gh-issue-138800.VD8qbz.rst [new file with mode: 0644]
Modules/makesetup
configure
configure.ac