use 'python3 mkzip' instead of just 'mkzip'

This commit is contained in:
fgsfds 2020-06-08 06:06:40 +03:00
parent 51651d52d0
commit 504b38725e
1 changed files with 1 additions and 1 deletions

View File

@ -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