summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25217337..e65c7163 100644
--- a/Makefile
+++ b/Makefile
@@ -616,9 +616,9 @@ ifeq ($(PLATFORM),mingw32)
$(LIBSDIR)/win32/libSDL.dll.a
SDLDLL=SDL.dll
else
- CLIENT_LIBS += $(LIBSDIR)/win64/libSDLmain.a \
+ CLIENT_LIBS += $(LIBSDIR)/win64/libSDL64main.a \
$(LIBSDIR)/win64/libSDL64.dll.a
- RENDERER_LIBS += $(LIBSDIR)/win64/libSDLmain.a \
+ RENDERER_LIBS += $(LIBSDIR)/win64/libSDL64main.a \
$(LIBSDIR)/win64/libSDL64.dll.a
SDLDLL=SDL64.dll
endif