Skip to content

Commit 23cf5e3

Browse files
committed
Restore -arch options with the correct name for M1.
1 parent d3a8231 commit 23cf5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#CFLAGS=-arch x86_64 -arch arm64
1+
CFLAGS=-arch x86_64 -arch arm64
22

33
macher: append_data.o macher.h macher.c
44
gcc ${CFLAGS} -o macher append_data.o macher.c

0 commit comments

Comments
 (0)