mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
require/macfuse: fix PKG_CONFIG + debug msgs
This commit is contained in:
parent
ef67066403
commit
b4c0a2c740
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue