summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simple_game')
-rw-r--r--templates/simple_game/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile
index 9f27a429..3fc78b9c 100644
--- a/templates/simple_game/Makefile
+++ b/templates/simple_game/Makefile
@@ -224,7 +224,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