default to `python`

This commit is contained in:
Yanis42
2024-04-09 17:30:07 +02:00
parent 1489760011
commit fe949e88d8
+2 -1
View File
@@ -8,9 +8,10 @@ else ifneq ($(REGION),)
$(error Unknown region '$(REGION)')
endif
PYTHON ?= python
ifeq ($(OS),Windows_NT)
WINE :=
PYTHON ?= python
else
WINE := wine
PYTHON ?= python3.11