mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 17:13:58 +00:00
mp3fs-mac: update build
Closes #95. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
2cfe600797
commit
a6e1de64e8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ class Mp3fsMac < Formula
|
||||||
sha256 cellar: :any, mojave: "64aeb9e00ab95135f27a62319c607ee47ecbaf24459e27289da40ff8c70366a2"
|
sha256 cellar: :any, mojave: "64aeb9e00ab95135f27a62319c607ee47ecbaf24459e27289da40ff8c70366a2"
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkgconf" => :build
|
||||||
depends_on "flac"
|
depends_on "flac"
|
||||||
depends_on "lame"
|
depends_on "lame"
|
||||||
depends_on "libid3tag"
|
depends_on "libid3tag"
|
||||||
|
|
@ -28,7 +28,7 @@ class Mp3fsMac < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
setup_fuse
|
setup_fuse
|
||||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
system "./configure", *std_configure_args
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue