# HG changeset patch # User Michael Pavone # Date 1554444588 25200 # Node ID d2ba1921e9460a1dd123631817eaad5c342c94d9 # Parent 56a1171e29b9e0bc72d78b2ca443d5c914d58368 Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now diff -r 56a1171e29b9 -r d2ba1921e946 Makefile --- 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