From 49ded2a51fddea5bcbca035438a08f5d4776243f Mon Sep 17 00:00:00 2001 From: guoguozhenhaowan <877801999@qq.com> Date: Thu, 30 May 2024 09:38:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0constant=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=B8=BA=E7=9B=B8=E5=BD=93=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=EF=BC=8C=E9=81=BF=E5=85=8D=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guoguozhenhaowan <877801999@qq.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48bd909..1f17887 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ifeq (, $(PYTHON)) $(error "Not found PYTHON($(PYTHON)) in $(PATH).") endif -include constant +include ./constant PYTHON_VERSION=$(shell $(PYTHON) -c 'import sys; print("%d.%d"% sys.version_info[0:2])' ) PYTHON_VERSION_OK=$(shell $(PYTHON) -c 'import sys;\ print(int(eval($(MIN_PYTHON_VERSION)) <= sys.version_info[0:2] <= eval($(MAX_PYTHON_VERSION))))' ) -- Gitee