mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-06 19:11:25 +00:00
Change default to build 64-bit binaries for compatability with macOS Catalina and forward
modified: bin/makefile-darwin.386-x
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user