diff Makefile @ 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 16f19774820b
children 37afb9cf58be
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