libhttpserver: drop universal

This commit is contained in:
FX Coudert 2017-02-26 01:31:22 +01:00
parent e8c848a690
commit e2a357e756

View file

@ -14,8 +14,6 @@ class Libhttpserver < Formula
sha256 "aec3bba3f8db0cb1e9fd99d66aafb1f2ed399197f11af43654f911205b62d5ee" => :mavericks
end
option :universal
depends_on "libmicrohttpd"
depends_on "pkg-config" => :build
@ -24,8 +22,6 @@ class Libhttpserver < Formula
depends_on "libtool" => :build
def install
ENV.universal_binary if build.universal?
args = [
"--disable-dependency-tracking",
"--disable-silent-rules",