Skip to content

Commit

Permalink
link winmm
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 28, 2024
1 parent fbe85c0 commit d11df9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand Down

0 comments on commit d11df9b

Please sign in to comment.