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

Fixed masses of link errors due to not using the new JS .so.

parent 9987c1cc
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ FORCE$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS)
$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS)
@echo Linking $@
$(QUIET)$(CCPP) -o $@ $(LFLAGS) $^
$(QUIET)$(CCPP) -o $@ $(LFLAGS) $(JSLIB) $^
# Synchronet BBS library Link Rule
FORCE$(SBBS): $(OBJS) $(LIBS)
......
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