From c2d1e9b2f8a46fe68078926fa9e191ff62c4e167 Mon Sep 17 00:00:00 2001 From: Yanis42 <35189056+Yanis42@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:46:45 +0200 Subject: [PATCH] review --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8efdc6de..96bb50db 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,6 @@ else ifneq ($(REGION),) $(error Unknown region '$(REGION)') endif -PYTHON ?= python - ifeq ($(OS),Windows_NT) WINE := else @@ -17,6 +15,8 @@ else PYTHON ?= python3.11 endif +PYTHON ?= python + ROOT := $(shell pwd) BUILD_DIR := build TARGET_DIR := $(BUILD_DIR)/$(REGION_NAME)