summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-04-04 23:09:48 -0700
committerMichael Pavone <pavone@retrodev.com>2019-04-04 23:09:48 -0700
commit773b6fd4a6981b465afa5ae938c0eee2a49f2583 (patch)
tree9f39e2fb2451aebc0f829d50b61d539b7f7c1f8d /Makefile
parent8fe8645425a19b0bb1ebb36e754c6d7d1a6dfcf3 (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--Makefile1
1 files changed, 0 insertions, 1 deletions
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