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

Fix slog build (now needs libsbbs.so)

parent b18c38a5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment