Makefile: Darwin: remove -B argument

This commit is contained in:
Zack Buhman 2025-12-09 17:19:28 -06:00
parent 9920e06c20
commit 1b8459aaae

View File

@ -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