diff options
Diffstat (limited to 'templates/standard_game/Makefile')
| -rw-r--r-- | templates/standard_game/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile index 4333c8b8..51d2b2dc 100644 --- a/templates/standard_game/Makefile +++ b/templates/standard_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 |
