Skip to content
Snippets Groups Projects
Commit 28949744 authored by rswindell's avatar rswindell
Browse files

Added $(LIBS) (Mozilla libs) to JSEXEC build rule.

parent c5c9e441
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ FORCE$(JSEXEC): $(JSEXEC_OBJS)
$(JSEXEC): $(JSEXEC_OBJS)
@echo Linking $@
@$(CC) -o $@ $^
@$(CC) -o $@ $(LIBS) $^
# ANS2MSG
FORCE$(ANS2MSG): $(ANS2MSG).o
......
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