qt: tweak docs arg formatting.

This commit is contained in:
Mike McQuaid 2013-12-23 18:33:47 +00:00
parent 7b4e8fd394
commit bb7e60c81e

View file

@ -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'