qt: tweak docs arg formatting.
This commit is contained in:
parent
7b4e8fd394
commit
bb7e60c81e
1 changed files with 1 additions and 3 deletions
|
@ -80,9 +80,7 @@ class Qt < Formula
|
|||
args << "-no-qt3support"
|
||||
end
|
||||
|
||||
unless build.with? 'docs'
|
||||
args << "-nomake" << "docs"
|
||||
end
|
||||
args << "-nomake" << "docs" if build.without? 'docs'
|
||||
|
||||
if MacOS.prefer_64_bit? or build.universal?
|
||||
args << '-arch' << 'x86_64'
|
||||
|
|
Loading…
Reference in a new issue