This commit is contained in:
Yanis42
2024-04-11 01:46:45 +02:00
parent fe949e88d8
commit c2d1e9b2f8
+2 -2
View File
@@ -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)