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

Use XPDEV_LIBS to solve the trashman-mingw64 link issue (I think)

parent e1df41ea
Branches
Tags
No related merge requests found
Pipeline #7027 passed
......@@ -325,7 +325,7 @@ $(FMSGDUMP): $(FMSGDUMP_OBJS) | $(EXEODIR) $(OBJODIR)
# TRASHMAN
$(TRASHMAN): $(TRASHMAN_OBJS) | $(EXEODIR) $(OBJODIR)
@echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $^ -lm
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $^ $(XPDEV_LIBS)
$(UPGRADE_TO_V319): $(UPGRADE_TO_V319_OBJS) $(OBJODIR) | $(EXEODIR)
@echo Linking $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment