From 83ed49411f076e30ced04c2cbebb054b2645a431 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 21 Apr 2011 09:42:27 -0700 Subject: Use ARGV.build_universal? --- Library/Formula/llvm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/llvm.rb') diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index ed3fcd951..955fa3517 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -1,7 +1,7 @@ require 'formula' def build_clang?; ARGV.include? '--with-clang'; end -def build_universal?; ARGV.include? '--universal'; end +def build_universal?; ARGV.build_universal?; end def build_shared?; ARGV.include? '--shared'; end def build_rtti?; ARGV.include? '--rtti'; end -- cgit v1.2.3