From dff717c3cf451d8bf9ff45d10d6db8992bdc14a9 Mon Sep 17 00:00:00 2001 From: scarf Date: Mon, 4 Mar 2024 17:40:37 +0900 Subject: [PATCH] fix: `OTHERS` typo https://digitalkarabela.com/mingw-w64-how-to-fix-file-too-big-too-many-sections/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc4985ab79cf..ad6b9d403475 100644 --- a/Makefile +++ b/Makefile @@ -582,7 +582,7 @@ ifeq ($(TARGETSYSTEM),WINDOWS) BINDIST_CMD = $(W32BINDIST_CMD) ODIR = $(W32ODIR) ODIRLUA = $(W32ODIRLUA) - OTHER += -Wa,-mbig-obj + OTHERS += -Wa,-mbig-obj ifeq ($(DYNAMIC_LINKING), 1) # Windows isn't sold with programming support, these are static to remove MinGW dependency. LDFLAGS += -static-libgcc -static-libstdc++