mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
76c6f52e8c
In python 3.8, in order to link to -lpython3.8, you need to use the exported pkg-config interface 'python3-embed' (or 'python3-config --libs --embed'), see https://bugs.python.org/issue36721 for details.