Skip to content

Commit d11df9b

Browse files
link winmm
1 parent fbe85c0 commit d11df9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC = gcc
22

33
CUSTOM_CFLAGS =
44

5-
LIBS := -w -lgdi32 -lm -lopengl32 -ggdb
5+
LIBS := -w -lgdi32 -lm -lopengl32 -ggdb -lwinmm
66
LIB_EXT = .dll
77

88
ifneq (,$(filter $(CC),winegcc x86_64-w64-mingw32-gcc))
@@ -20,7 +20,7 @@ else
2020
endif
2121

2222
ifeq ($(detected_OS),Windows)
23-
LIBS := -ggdb -lshell32 -lgdi32 -lopengl32
23+
LIBS := -ggdb -lshell32 -lgdi32 -lopengl32 -lwinmm
2424
LIB_EXT = .dll
2525
endif
2626
ifeq ($(detected_OS),Darwin) # Mac OS X

0 commit comments

Comments
 (0)