From 773b6fd4a6981b465afa5ae938c0eee2a49f2583 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 4 Apr 2019 23:09:48 -0700 Subject: Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 468d6f4..8665415 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,6 @@ CFLAGS+= -g3 endif ifdef NOGL CFLAGS+= -DDISABLE_OPENGL -NONUKLEAR:=1 endif ifdef M68030 -- cgit v1.2.3