JFreegman / toxic

A Tox-based instant messaging and video chat client
GNU General Public License v3.0
1.19k stars 152 forks source link

CHECK_PYTHON3_LIBS fails in gentoo #620

Closed emdee-is closed 7 months ago

emdee-is commented 1 year ago

in cfg/checks/python.mk#7 $(PKG_CONFIG) --exists $(PYTHON3_LIBS) fails on Gentoo, even with a stock python3 installed. But python3-config --includes and python3-config --ldflags both work, and are what's important.

So just use either of them for CHECK_PYTHON3_LIBS and problem solved.

JFreegman commented 7 months ago

Closing due to inactivity