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

Fix slog build more (needs xpdev too, apparently)

parent 44a2a2f5
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) -lsbbs
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(SLOG_OBJS) $(XPDEV_LIBS) -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