czmq: drop universal

This commit is contained in:
FX Coudert 2017-02-26 01:18:15 +01:00
parent 8c4f669fae
commit 7ecafe0db7

View file

@ -19,7 +19,6 @@ class Czmq < Formula
depends_on "libtool" => :build
end
option :universal
option "with-drafts", "Build and install draft classes and methods"
depends_on "asciidoc" => :build
@ -30,7 +29,6 @@ class Czmq < Formula
conflicts_with "mono", :because => "both install `makecert` binaries"
def install
ENV.universal_binary if build.universal?
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]