From fe949e88d8859fbde7b96f4d8272db9e1f1925f2 Mon Sep 17 00:00:00 2001 From: Yanis42 <35189056+Yanis42@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:30:07 +0200 Subject: [PATCH] default to ``python`` --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbc11098..8efdc6de 100644 --- a/Makefile +++ b/Makefile @@ -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