mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
more version info
This commit is contained in:
parent
6feb408071
commit
646a4cc4a6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue