Skip to content
Snippets Groups Projects
Commit 23d2b501 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use NEED_BITMAP for no fonts, not X11 | SDL

Fixes crash when built without X11 or SDL, but with GDI (not default)
parent b8415409
No related branches found
No related tags found
No related merge requests found
Pipeline #5864 passed
......@@ -187,11 +187,9 @@ else
endif
endif
ifdef NO_X
ifndef WITH_SDL
CIOLIB-MT_CFLAGS += -DNO_FONTS
CIOLIB_CFLAGS += -DNO_FONTS
endif
ifndef NEED_BITMAP
CIOLIB-MT_CFLAGS += -DNO_FONTS
CIOLIB_CFLAGS += -DNO_FONTS
endif
ifdef NEED_BITMAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment