aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rabbitmq-c.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb
index d61bc17aa..09c71af24 100644
--- a/Library/Formula/rabbitmq-c.rb
+++ b/Library/Formula/rabbitmq-c.rb
@@ -12,14 +12,14 @@ class RabbitmqC < Formula
head 'https://github.com/alanxz/rabbitmq-c.git'
+ option :universal
+
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'rabbitmq'
depends_on 'simplejson' => :python if MacOS.version == :leopard
- option :universal
-
def install
ENV.universal_binary if build.universal?