Skip to content

Commit

Permalink
Restore -arch options with the correct name for M1.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 6, 2021
1 parent d3a8231 commit 23cf5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 23cf5e3

Please sign in to comment.