mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
MacfuseRequrement: try env :std for ARM
This commit is contained in:
parent
e9c7e9feea
commit
eb3fb874c1
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ class MacfuseRequirement < Requirement
|
||||||
end
|
end
|
||||||
|
|
||||||
env do
|
env do
|
||||||
|
:std if Hardware::CPU.arm?
|
||||||
|
|
||||||
ENV.append_path "PKG_CONFIG_PATH", HOMEBREW_LIBRARY/"Homebrew/os/mac/pkgconfig/fuse"
|
ENV.append_path "PKG_CONFIG_PATH", HOMEBREW_LIBRARY/"Homebrew/os/mac/pkgconfig/fuse"
|
||||||
|
|
||||||
unless HOMEBREW_PREFIX.to_s == "/usr/local"
|
unless HOMEBREW_PREFIX.to_s == "/usr/local"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue