remove extra $

This commit is contained in:
edoapra 2022-11-13 17:29:32 -08:00
parent ec08f8e9d7
commit 3f10db4e42
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -3317,7 +3317,7 @@ ifeq ($(BUILDING_PYTHON),python)
ifndef GOT_PYTHONCONFIG
PYMAJOR:=$(word 1, $(subst ., ,$(PYTHONVERSION)))
errorpythonconfig:$
errorpythonconfig:
$(info )
$(info python-config not found in your PATH)
$(info Please install the packages)