From 1b8459aaae528a8a40ad0d00bb147b3649f7a4d7 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Tue, 9 Dec 2025 17:19:28 -0600 Subject: [PATCH] Makefile: Darwin: remove -B argument --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0671796..f93366a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ endif else ifeq ($(shell uname),Darwin) -OBJARCH += -O mach-o-x86-64 -B i386:x86-64 +OBJARCH += -O mach-o-x86-64 else # assume Windows