From 23cf5e3c749f21be3d3d3e3d882dd3b66b6e05ba Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Mon, 6 Dec 2021 08:41:26 -0600 Subject: [PATCH] Restore -arch options with the correct name for M1. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b74fd3a..5f766a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -#CFLAGS=-arch x86_64 -arch arm64 +CFLAGS=-arch x86_64 -arch arm64 macher: append_data.o macher.h macher.c gcc ${CFLAGS} -o macher append_data.o macher.c