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 6b4d925f5..c18bb29ec 100644
--- a/Library/Homebrew/extend/ARGV.rb
+++ b/Library/Homebrew/extend/ARGV.rb
@@ -135,7 +135,7 @@ module HomebrewArgvExtension
def build_from_source?
include? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE'] \
- or build_bottle?
+ or build_head? or build_devel? or build_universal? or build_bottle?
end
def flag? flag