From fa341f03a0b08ee72491c725cea6effe62c11829 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 5 Feb 2017 14:13:30 +0100 Subject: [PATCH] Thing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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