osxfuse_requirement: update PKG_CONFIG_PATH

This commit is contained in:
Dominyk Tiller 2016-07-15 21:25:02 +01:00
parent 0d0519d48d
commit 3d06f883b9
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -13,7 +13,7 @@ class OsxfuseRequirement < Requirement
end end
env do 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
end end