Skip to content
Snippets Groups Projects
Commit bb934681 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix slog build (now needs libsbbs.so)

parent f4753d2f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2950 failed
......@@ -238,7 +238,7 @@ $(QWKNODES): $(QWKNODES_OBJS)
# SLOG
$(SLOG): $(SLOG_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(SLOG_OBJS) $(XPDEV_LIBS)
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(SLOG_OBJS) -lsbbs
# ALLUSERS
$(ALLUSERS): $(ALLUSERS_OBJS) $(ENCODE_LIB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment