Jack Nagel 722a5af4eb Simplify conditions for superenv activation
`MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?` should never be true.

In its earliest form, this would raise a bare RuntimeError in an effort
to have the bug reported. Later, it was changed to silently disable
superenv. But we don't want to do that. If there's a bug, or the user's
system is misconfigured, we want to know, so that we can fix the bug, or
the user can fix their system. So let's remove the condition.
2014-04-22 15:37:34 -05:00
..
2014-04-20 16:33:41 -05:00
2013-06-08 12:23:14 -05:00
2012-10-25 15:54:55 -05:00
2014-03-27 10:14:08 -07:00