◐ Shell
clean mode source ↗

GH-138800: fix variable substitution in python3.pc for Android by thunder-coding · Pull Request #144776 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

freakboy3742

Essentially a revert of the part where LIBPYTHON is made to use
BLDLIBRARY in 7f5e3f0.

We can't use BLDLIBRARY as it adds `-L.`, which is not expected
behaviour.

Part of downstream distribution of Termux porting Python 3.13 to Termux
(Android). This is the revised version after proper review and fixes

Labels