mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
simple-mtpfs-mac: update build
Closes #97. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
74d666a7a7
commit
3c3131f78c
1 changed files with 3 additions and 2 deletions
|
|
@ -19,8 +19,9 @@ class SimpleMtpfsMac < Formula
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
depends_on "autoconf-archive" => :build # required for AX_CXX_COMPILE_STDCXX_17
|
depends_on "autoconf-archive" => :build # required for AX_CXX_COMPILE_STDCXX_17
|
||||||
depends_on "automake" => :build
|
depends_on "automake" => :build
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkgconf" => :build
|
||||||
depends_on "libmtp"
|
depends_on "libmtp"
|
||||||
|
depends_on "libusb"
|
||||||
depends_on MacfuseRequirement
|
depends_on MacfuseRequirement
|
||||||
depends_on :macos
|
depends_on :macos
|
||||||
|
|
||||||
|
|
@ -29,7 +30,7 @@ class SimpleMtpfsMac < Formula
|
||||||
def install
|
def install
|
||||||
setup_fuse
|
setup_fuse
|
||||||
system "./autogen.sh"
|
system "./autogen.sh"
|
||||||
system "./configure", "--prefix=#{prefix}"
|
system "./configure", "--disable-silent-rules", *std_configure_args
|
||||||
system "make"
|
system "make"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue