afflib: fix audit
This commit is contained in:
parent
9cd6a0144b
commit
0f8d494926
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ class Afflib < Formula
|
|||
|
||||
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
|
||||
|
||||
if build.with? 'osxfuse'
|
||||
ENV['CPPFLAGS'] = "-I#{Formula.factory('osxfuse').include}/osxfuse"
|
||||
if build.with? "osxfuse"
|
||||
ENV['CPPFLAGS'] = "-I#{Formula["osxfuse"].include}/osxfuse"
|
||||
args << "--enable-fuse"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue