changeset 1826:d2ba1921e946

Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Apr 2019 23:09:48 -0700
parents 56a1171e29b9
children c945a25aa75c
files Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Apr 04 23:08:45 2019 -0700
+++ b/Makefile	Thu Apr 04 23:09:48 2019 -0700
@@ -151,7 +151,6 @@
 endif
 ifdef NOGL
 CFLAGS+= -DDISABLE_OPENGL
-NONUKLEAR:=1
 endif
 
 ifdef M68030