From 7fe8645fcd9a0439f3a882a6fa467a0bd697ccbe Mon Sep 17 00:00:00 2001 From: fgsfds Date: Sat, 13 Jun 2020 00:53:01 +0300 Subject: [PATCH] thank you case sensitive file systems very cool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7a716cc..146043ba 100644 --- a/Makefile +++ b/Makefile @@ -582,7 +582,7 @@ endif ifeq ($(SDL_USED),2) BACKEND_CFLAGS += -DHAVE_SDL2=1 `$(SDLCONFIG) --cflags` ifeq ($(WINDOWS_BUILD),1) - BACKEND_LDFLAGS += `$(SDLCONFIG) --static-libs` -lsetupapi -luser32 -limm32 -lOle32 -loleaut32 -lshell32 -lwinmm -lversion + BACKEND_LDFLAGS += `$(SDLCONFIG) --static-libs` -lsetupapi -luser32 -limm32 -lole32 -loleaut32 -lshell32 -lwinmm -lversion else BACKEND_LDFLAGS += `$(SDLCONFIG) --libs` endif