require/macfuse: fix PKG_CONFIG + debug msgs

This commit is contained in:
Adrian Ho 2021-08-17 19:08:42 +08:00
parent ef67066403
commit b4c0a2c740

View file

@ -91,7 +91,9 @@ class Formula
ENV.append "CGO_CPPFLAGS", "-I#{alt_fuse_root}/include"
ENV.append "CGO_CPPFLAGS", "-D_USE_FILE_OFFSET_BITS=64"
ENV.append "CGO_LDFLAGS", "-L#{alt_fuse_root}/lib"
ENV.append "PKG_CONFIG", "#{fuse_pkgconfig}"
ENV["PKG_CONFIG"] = "#{fuse_pkgconfig}"
odebug "PKG_CONFIG = #{ENV["PKG_CONFIG"]}"
odebug "CFLAGS = #{ENV["CFLAGS"]}"
end
def setup_fuse