From 504b38725ec08ec1dbf449a0fd6ccdb5abac8040 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Mon, 8 Jun 2020 06:06:40 +0300 Subject: [PATCH] use 'python3 mkzip' instead of just 'mkzip' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 791c1d16..d7c5a6c6 100644 --- a/Makefile +++ b/Makefile @@ -649,7 +649,7 @@ $(BASEPACK_LST): $(EXE) # prepares the resource ZIP with base data $(BASEPACK_PATH): $(BASEPACK_LST) - @$(TOOLS_DIR)/mkzip.py $(BASEPACK_LST) $(BASEPACK_PATH) + @$(PYTHON) $(TOOLS_DIR)/mkzip.py $(BASEPACK_LST) $(BASEPACK_PATH) endif