Merge pull request #36218 from MikeMcQuaid/tmux-remove-options
tmux: remove options.
This commit is contained in:
parent
9a5903ce92
commit
60b80cf6cd
1 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@ class Tmux < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libevent"
|
||||
depends_on "utf8proc" => :optional
|
||||
|
||||
resource "completion" do
|
||||
url "https://raw.githubusercontent.com/imomaliev/tmux-bash-completion/homebrew_1.0.0/completions/tmux"
|
||||
|
@ -36,8 +35,6 @@ class Tmux < Formula
|
|||
--sysconfdir=#{etc}
|
||||
]
|
||||
|
||||
args << "--enable-utf8proc" if build.with?("utf8proc")
|
||||
|
||||
ENV.append "LDFLAGS", "-lresolv"
|
||||
system "./configure", *args
|
||||
|
||||
|
|
Loading…
Reference in a new issue