mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 17:13:58 +00:00
add FUSE3 pkgconfig from new MacFUSE
This commit is contained in:
parent
b7ee1bff2c
commit
f35f64c469
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ class Formula
|
||||||
mkdir "#{alt_fuse_root}/lib/pkgconfig" do
|
mkdir "#{alt_fuse_root}/lib/pkgconfig" do
|
||||||
cp "/usr/local/lib/pkgconfig/fuse.pc", "."
|
cp "/usr/local/lib/pkgconfig/fuse.pc", "."
|
||||||
inreplace "fuse.pc", "/usr/local", alt_fuse_root.to_s
|
inreplace "fuse.pc", "/usr/local", alt_fuse_root.to_s
|
||||||
|
cp "/usr/local/lib/pkgconfig/fuse3.pc", "."
|
||||||
|
inreplace "fuse3.pc", "/usr/local", alt_fuse_root.to_s
|
||||||
end
|
end
|
||||||
ENV.prepend_path "PKG_CONFIG_PATH", "#{alt_fuse_root}/lib/pkgconfig"
|
ENV.prepend_path "PKG_CONFIG_PATH", "#{alt_fuse_root}/lib/pkgconfig"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue