diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-04-04 23:09:48 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-04-04 23:09:48 -0700 |
commit | 773b6fd4a6981b465afa5ae938c0eee2a49f2583 (patch) | |
tree | 9f39e2fb2451aebc0f829d50b61d539b7f7c1f8d /Makefile | |
parent | 8fe8645425a19b0bb1ebb36e754c6d7d1a6dfcf3 (diff) |
Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -151,7 +151,6 @@ CFLAGS+= -g3 endif ifdef NOGL CFLAGS+= -DDISABLE_OPENGL -NONUKLEAR:=1 endif ifdef M68030 |