mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 16:15:54 +00:00
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:
parent
7b0c9b121c
commit
2e2f25d0dc
29 changed files with 88 additions and 16 deletions
|
|
@ -23,7 +23,8 @@ class SecurefsMac < Formula
|
|||
patch :DATA
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
setup_fuse
|
||||
system "cmake", ".", *fuse_cmake_args, *std_cmake_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue