Skip to content

Commit

Permalink
require/macfuse: fix PKG_CONFIG + debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Aug 17, 2021
1 parent ef67066 commit b4c0a2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion require/macfuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def setup_fuse_flags
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
Expand Down

0 comments on commit b4c0a2c

Please sign in to comment.