Skip to content

Commit

Permalink
Merge pull request #2 from greg-kennedy/patch-1
Browse files Browse the repository at this point in the history
Fix linking asmdef.exe on DOS with newer gcc
  • Loading branch information
msikma authored Sep 16, 2021
2 parents e3216a6 + b6203af commit ae71f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.dj
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ obj/djgpp/asmdef.inc: obj/djgpp/asmdef.exe
obj/djgpp/asmdef.exe obj/djgpp/asmdef.inc

obj/djgpp/asmdef.exe: src/i386/asmdef.c include/*.h include/allegro/*.h obj/djgpp/asmcapa.h
$(CC) -O $(WFLAGS) -I. -I./include -o obj/djgpp/asmdef.exe src/i386/asmdef.c
$(CC) -O $(WFLAGS) -fgnu89-inline -I. -I./include -o obj/djgpp/asmdef.exe src/i386/asmdef.c

endif

Expand Down

0 comments on commit ae71f21

Please sign in to comment.