Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

serf.rb for "--universal" support #13813

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Library/Formula/serf.rb
Expand Up @@ -6,6 +6,7 @@ class Serf < Formula
sha1 '231af70b7567a753b49df4216743010c193884b7'

def install
ENV.universal_binary if ARGV.build_universal?
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
Expand Down