Skip to content

Commit

Permalink
osxfuse_requirement: update PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 15, 2016
1 parent 0d0519d commit 3d06f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/requirements/osxfuse_requirement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def self.binary_osxfuse_installed?
end

env do
ENV.append_path "PKG_CONFIG_PATH", HOMEBREW_PREFIX/"Library/ENV/pkgconfig/fuse"
ENV.append_path "PKG_CONFIG_PATH", HOMEBREW_LIBRARY/"Homebrew/os/mac/pkgconfig/fuse"
end
end

Expand Down

0 comments on commit 3d06f88

Please sign in to comment.