audit: do not complain about --32-bit
This commit is contained in:
parent
28a00a2c09
commit
198135e8c0
@ -170,6 +170,7 @@ def audit_formula_options f, text
|
||||
if documented_options.length > 0
|
||||
documented_options.each do |o|
|
||||
next if o == '--universal' and text =~ /ARGV\.build_universal\?/
|
||||
next if o == '--32-bit' and text =~ /ARGV\.build_32_bit\?/
|
||||
problems << " * Option #{o} is unused" unless options.include? o
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user