czmq: drop universal
This commit is contained in:
parent
8c4f669fae
commit
7ecafe0db7
1 changed files with 0 additions and 2 deletions
|
@ -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}"]
|
||||
|
|
Loading…
Reference in a new issue