From d11df9b2cf0fd88a67ae9341b46219638915ae29 Mon Sep 17 00:00:00 2001 From: Colleague Riley Date: Thu, 27 Jun 2024 22:44:10 -0400 Subject: [PATCH] link winmm --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 475836d..395f722 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CUSTOM_CFLAGS = -LIBS := -w -lgdi32 -lm -lopengl32 -ggdb +LIBS := -w -lgdi32 -lm -lopengl32 -ggdb -lwinmm LIB_EXT = .dll ifneq (,$(filter $(CC),winegcc x86_64-w64-mingw32-gcc)) @@ -20,7 +20,7 @@ else endif ifeq ($(detected_OS),Windows) - LIBS := -ggdb -lshell32 -lgdi32 -lopengl32 + LIBS := -ggdb -lshell32 -lgdi32 -lopengl32 -lwinmm LIB_EXT = .dll endif ifeq ($(detected_OS),Darwin) # Mac OS X