more version info

This commit is contained in:
iceman1001 2020-05-26 17:32:16 +02:00
parent 6feb408071
commit 646a4cc4a6

View file

@ -373,9 +373,9 @@ else
endif
ifeq ($(PYTHON_FOUND),1)
$(info Python library: system library found)
$(info Python3 version: Python3 v${shell pkg-config --modversion python3} found, enabled)
else
$(info Python library: system library not found, disabled)
$(info Python library: Python3 not found, disabled)
endif
ifeq ($(SKIPWHEREAMISYSTEM),1)