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

Insure the exe output directory is created for sexyz target

Resolves 'make sexyz' build issue mentioned in issue #690
parent 60275230
No related branches found
No related tags found
No related merge requests found
Pipeline #5078 failed
...@@ -263,7 +263,7 @@ $(ASC2ANS): $(OBJODIR)/asc2ans.o ...@@ -263,7 +263,7 @@ $(ASC2ANS): $(OBJODIR)/asc2ans.o
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(OBJODIR)/asc2ans.o $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(OBJODIR)/asc2ans.o
# SEXYZ # SEXYZ
$(SEXYZ): $(SEXYZ_OBJS) $(SEXYZ): $(SEXYZ_OBJS) | $(EXEODIR)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) $(MT_LDFLAGS) -o $@ $(SEXYZ_OBJS) $(HASH_LIBS) $(XPDEV-MT_LIBS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) $(MT_LDFLAGS) -o $@ $(SEXYZ_OBJS) $(HASH_LIBS) $(XPDEV-MT_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment