diff --git a/Makefile b/Makefile index 15cb1d3254..c1b418d90d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ ifneq ($(findstring DOS,$(OS)),) endif ifneq ($(findstring Win32,$(OS)),) - LDFLAGS += -static-libgcc + LDFLAGS += -static-libgcc -lwinmm endif include Makefile.common