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

Fix ANS2ASC fmod link error with GCC 9.3 (Latest Ubuntu Linux)

parent 51fbe944
Branches
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2018 passed
...@@ -218,7 +218,7 @@ $(JSEXEC): $(JSEXEC_OBJS) $(SBBS) ...@@ -218,7 +218,7 @@ $(JSEXEC): $(JSEXEC_OBJS) $(SBBS)
# ANS2ASC # ANS2ASC
$(ANS2ASC): $(OBJODIR)/ans2asc.o $(OBJODIR)/sauce.o $(XPDEV_LIB) $(ANS2ASC): $(OBJODIR)/ans2asc.o $(OBJODIR)/sauce.o $(XPDEV_LIB)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -lm -o $@ $? $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $? -lm
# ASC2ANS # ASC2ANS
$(ASC2ANS): $(OBJODIR)/asc2ans.o $(ASC2ANS): $(OBJODIR)/asc2ans.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment