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

Apparently libdl is "needed" for Linux builds... this should be fixed.

parent 14472f8a
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,11 @@ ifdef USE_CURSES ...@@ -149,6 +149,11 @@ ifdef USE_CURSES
UIFC_OBJS += $(EXEODIR)/uifcc.o UIFC_OBJS += $(EXEODIR)/uifcc.o
endif endif
#The following is needed for nspr support on Linux
ifeq ($(os),linux)
LFLAGS += -ldl
endif
include targets.mk # defines all targets include targets.mk # defines all targets
include objects.mk # defines $(OBJS) include objects.mk # defines $(OBJS)
include sbbsdefs.mk # defines $(SBBSDEFS) include sbbsdefs.mk # defines $(SBBSDEFS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment