libhttpserver: drop universal
This commit is contained in:
parent
e8c848a690
commit
e2a357e756
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue