This commit is contained in:
Alcaro 2017-02-05 14:13:30 +01:00
parent 0383d20465
commit fa341f03a0

View File

@ -28,7 +28,7 @@ ifneq ($(findstring DOS,$(OS)),)
endif
ifneq ($(findstring Win32,$(OS)),)
LDFLAGS += -static-libgcc
LDFLAGS += -static-libgcc -lwinmm
endif
include Makefile.common