mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
don't include toplevel fuse.h for FUSE3 builds
That loads FUSE2 includes, which confuses some builds.
This commit is contained in:
parent
12eb9c1456
commit
53d1f2c78d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Formula
|
|||
|
||||
def setup_fuse3_includes
|
||||
mkdir "#{alt_fuse_root}/include" do
|
||||
Dir["/usr/local/include/fuse3", "/usr/local/include/fuse.h"].each { |f| cp_r f, "." }
|
||||
Dir["/usr/local/include/fuse3"].each { |f| cp_r f, "." }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue