mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
cc shim path sanitization workaround
Homebrew's `cc` shim removes all `/usr/local` paths for non-`/usr/local` Homebrew installations (e.g. Apple Silicon Homebrew). This adds a `setup_fuse` method that copies FUSE files into a temp hierarchy for use during builds. (Symlinking the files doesn't work because the shim canonicalizes all paths.) Also add `ntfs-3g-mac` as a test case.
This commit is contained in:
parent
eb3fb874c1
commit
cff1a61202
2 changed files with 23 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ class Ntfs3gMac < Formula
|
|||
depends_on :macos
|
||||
|
||||
def install
|
||||
setup_fuse
|
||||
ENV.append "LDFLAGS", "-lintl"
|
||||
|
||||
args = %W[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue