Skip to content

Commit

Permalink
Build from source (for now) unless on Lion.
Browse files Browse the repository at this point in the history
Longer-term we'll try and use install_name_tool to fix Lion
bottles so they run fine on 10.5 and/or 10.6.

Closes Homebrew#6699.
  • Loading branch information
MikeMcQuaid committed Jul 29, 2011
1 parent 0006013 commit 1844624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/ARGV.rb
Expand Up @@ -64,7 +64,7 @@ def build_universal?
end

def build_from_source?
return true if flag? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE'] or MacOS.leopard?
return true if flag? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE'] or not MacOS.lion?
options = options_only
options.delete '--universal'
not options.empty?
Expand Down

0 comments on commit 1844624

Please sign in to comment.