diff --git a/Makefile b/Makefile index 0dc3c52a..90624309 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif ifeq ($(OS),Windows_NT) WINE := else - WINE := wine + WINE ?= wine PYTHON ?= python3.11 endif