Skip to content

Commit

Permalink
Revert "[Bug #19831] Remove duplicate library options"
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro authored and nobu committed Dec 20, 2023
1 parent 32ecda3 commit ae2c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Makefile.in
Expand Up @@ -296,7 +296,7 @@ miniruby$(EXEEXT):
$(PROGRAM):
@$(RM) $@
$(ECHO) linking $@
$(Q) $(PURIFY) $(CC) $(EXE_LDFLAGS) $(XLDFLAGS) $(MAINOBJ) $(EXTOBJS) $(LIBRUBYARG) $(EXTLIBS) $(OUTFLAG)$@
$(Q) $(PURIFY) $(CC) $(EXE_LDFLAGS) $(XLDFLAGS) $(MAINOBJ) $(EXTOBJS) $(LIBRUBYARG) $(MAINLIBS) $(EXTLIBS) $(OUTFLAG)$@
$(Q) $(POSTLINK)

$(PROGRAM): @XRUBY_LIBPATHENV_WRAPPER@
Expand Down

0 comments on commit ae2c4d0

Please sign in to comment.