From 9772948e31390973de0e18e29d5454038626f8b3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Mon, 13 Jul 2020 19:19:51 -0700 Subject: [PATCH] Change default to build 64-bit binaries for compatability with macOS Catalina and forward modified: bin/makefile-darwin.386-x --- bin/makefile-darwin.386-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-darwin.386-x b/bin/makefile-darwin.386-x index e938d28..c88907f 100755 --- a/bin/makefile-darwin.386-x +++ b/bin/makefile-darwin.386-x @@ -1,6 +1,6 @@ # Options for MacOS, x86 processor, X windows -CC = clang -m32 -std=gnu89 -Wimplicit-function-declaration -funsigned-char +CC = clang -m64 -std=gnu89 -Wimplicit-function-declaration -funsigned-char OEXT=.o XFILES = $(OBJECTDIR)xmkicon.o \