From 0e34f4826797a7ef446a8f85890781d868e6f07b 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