You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, the PYTHON.json file for Linux and macOS
distributions didn't properly annotate linking dependencies for
the Python core: only modules. Typically missing libraries would
be linked automatically as they are present in many programs or
were provided by extension modules. However, this may not always
be the case. (I discovered this issue after PyOxidizer was
complaining about missing pthread symbols on Ubuntu 21.10.)
In this commit, we simply parse the LIBS configuration variable
from the Python build and extract linker annotations from it,
adding links annotations to the produced PYTHON.json.
0 commit comments