diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2024-06-03 20:14:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 20:14:11 +0200 |
| commit | 536e7af2cbd9edd54abde545c1e86e6ff304fc8b (patch) | |
| tree | 0af584999d97229c6dc6133133a5f045781035fc | |
| parent | d5342b12716a60085d4502d8a7b064207d9ac123 (diff) | |
| parent | 049ab6e864d58d0ef35827f398f97410be32e323 (diff) | |
Merge pull request #49 from mike8699/wine-configurable
Make `WINE` makefile var configurable
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ endif ifeq ($(OS),Windows_NT) WINE := else - WINE := wine + WINE ?= wine PYTHON ?= python3.11 endif |
