From 778eea0a7e5b63d8df6d5252ce913c2b8940b78a Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 19 Jun 2025 20:48:10 +1000 Subject: [PATCH] Default to python3 for codegen purposes --- auto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/Makefile b/auto/Makefile index a92d442..afb759a 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -10,7 +10,7 @@ include ../config/version #GLEW_SPLIT_SOURCE = yes SHELL = bash -PYTHON ?= python +PYTHON ?= python3 EXT = extensions/gl CORE = core/gl