Skip to content

Commit

Permalink
*nix build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 12, 2024
1 parent e78f90c commit 9a27fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifneq (,$(findstring MINGW,$(shell uname -s)))
CFLAGS+=-static-libgcc
LDFLAGS+=-liconv -lws2_32 -static-libgcc -lwinmm
else
LDFLAGS=-lm
LDFLAGS+=-lm
endif

v68: main.o tools.o v68.o v68io.o v68human.o v68doscall.o v68iocscall.o v68fecall.o x68ksjis/sjis.o x68ksjis/sjis_unicode.o x68ksjis/utf8.o ym2151.o dmac.o okim6258.o vgm.o v68periph.o v68ipl.o $(MUSASHIOBJS) $(MUSASHIGENOBJS)
Expand Down

0 comments on commit 9a27fa2

Please sign in to comment.