aboutsummaryrefslogtreecommitdiff
path: root/projects/4coder
diff options
context:
space:
mode:
Diffstat (limited to 'projects/4coder')
-rw-r--r--projects/4coder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile
index 3cffaaba..55c8a462 100644
--- a/projects/4coder/Makefile
+++ b/projects/4coder/Makefile
@@ -235,7 +235,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
# Libraries for Windows desktop compilation
- LDLIBS = -lraylib -lopengl32 -lgdi32
+ LDLIBS = -lraylib -lopengl32 -lgdi32 -lwinmm
# Required for physac examples
#LDLIBS += -static -lpthread