From 646a4cc4a6a4f1ec214047bd37663825b15823b3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 26 May 2020 17:32:16 +0200 Subject: [PATCH] more version info --- client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index 70f45ca81..28ac1f87c 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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)