aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ARGV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb
index 047a5d8fd..32acee7da 100644
--- a/Library/Homebrew/extend/ARGV.rb
+++ b/Library/Homebrew/extend/ARGV.rb
@@ -126,7 +126,7 @@ module HomebrewArgvExtension
end
def build_bottle?
- include? '--build-bottle'
+ include? '--build-bottle' or ENV['HOMEBREW_BUILD_BOTTLE']
end
def build_from_source?