From 049ab6e864d58d0ef35827f398f97410be32e323 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 2 Jun 2024 14:58:54 -0400 Subject: [PATCH] Make `WINE` makefile var configurable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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