From b32f9edd5fad9d712aa33a89dc83a852a3441121 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Mon, 23 Mar 2026 15:45:13 -0700 Subject: [PATCH] use correct software define --- build/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/premake5.lua b/build/premake5.lua index 112a5ab..99e5033 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -101,7 +101,7 @@ function platform_defines() defines{"GRAPHICS_API_OPENGL_ES2"} filter {"options:graphics=software"} - defines{"GRAPHICS_API_OPENGL_11_SOFTWARE"} + defines{"GRAPHICS_API_OPENGL_SOFTWARE"} filter {"system:macosx"} disablewarnings {"deprecated-declarations"}