Skip to content
Snippets Groups Projects
Commit bdca9d28 authored by deuce's avatar deuce
Browse files

Fix libX11 stuff.

parent d4dd866d
No related branches found
No related tags found
No related merge requests found
CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF)
ifndef NO_X
ifdef STATIC
CIOLIB-MT_LIBS += -lXlib
CIOLIB-MT_LIBS += -L/usr/X11R6/lib -lX11
else
ifeq ($(os),linux)
CIOLIB-MT_LIBS += $(UL_PRE)dl$(UL_SUF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment