afflib: fix 3.7.10 to build with osxfuse (#7113)
This commit is contained in:
parent
21cb42c2f6
commit
7d1916d764
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Afflib < Formula
|
|||
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
|
||||
|
||||
if build.with? "osxfuse"
|
||||
ENV["CPPFLAGS"] = "-I#{Formula["osxfuse"].include}/osxfuse"
|
||||
ENV["CPPFLAGS"] = "-I/usr/local/include/osxfuse"
|
||||
args << "--enable-fuse"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue