Preliminary support for M1 builds

NOTE: I don't have an M1 Mac, so the only testing I can do is with
a non-`/usr/local` Intel Homebrew installation. This should take
care of "`cc` shim forbids `/usr/local` if Homebrew not installed
under `/usr/local`", which is the default setup for M1 Homebrew.
This commit is contained in:
Adrian Ho 2021-07-04 00:27:00 +08:00
parent 7b0c9b121c
commit 2e2f25d0dc
29 changed files with 88 additions and 16 deletions

View file

@ -19,6 +19,7 @@ class Ext2fuseMac < Formula
depends_on :macos
def install
setup_fuse
ENV.append "LIBS", "-lfuse"
ENV.append "CFLAGS",
"-D__FreeBSD__=10 -DENABLE_SWAPFS -I/usr/local/include/fuse "