Don't advertise using CLT.installed? in the DSL, it's slow

This commit is contained in:
Jack Nagel 2014-05-08 20:18:31 -05:00
parent f193196f7b
commit fa667dc8d3

View File

@ -82,8 +82,6 @@ class ExampleFormula < Formula
option :universal
option "with-spam", "The description goes here without a dot at the end"
option "with-qt", "Text here overwrites the autogenerated one from `depends_on "qt"`"
# Only show an option if the Command Line Tools are installed:
option "with-dtrace", "Experimental DTrace support" if MacOS::CLT.installed?
## Bottles