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

Fix slog build more (needs xpdev too, apparently)

parent bb934681
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2953 passed
...@@ -238,7 +238,7 @@ $(QWKNODES): $(QWKNODES_OBJS) ...@@ -238,7 +238,7 @@ $(QWKNODES): $(QWKNODES_OBJS)
# SLOG # SLOG
$(SLOG): $(SLOG_OBJS) $(SLOG): $(SLOG_OBJS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(SLOG_OBJS) -lsbbs $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(SLOG_OBJS) $(XPDEV_LIBS) -lsbbs
# ALLUSERS # ALLUSERS
$(ALLUSERS): $(ALLUSERS_OBJS) $(ENCODE_LIB) $(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