Skip to content

Commit

Permalink
libmxml: remove xcode dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Sep 19, 2024
1 parent 8376399 commit 5805b53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/lib/libmxml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ class Libmxml < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c46e4fd4d9fd79ebeff1183abe4fca41d7d92698f418a9f01c1705c6b78b368f"
end

depends_on xcode: :build # for docsetutil
depends_on "pkg-config" => :test

def install
system "./configure", "--disable-debug",
"--enable-shared",
"--prefix=#{prefix}"
system "./configure", "--enable-shared", *std_configure_args
system "make"
system "make", "install"
end
Expand Down

0 comments on commit 5805b53

Please sign in to comment.