Call check_xcode check for CLT, too

This commit is contained in:
William Woodruff 2015-08-16 23:41:28 -04:00 committed by Misty De Meo
parent f108d204f7
commit 56795ec1ed

View File

@ -159,7 +159,7 @@ module Homebrew
def perform_preinstall_checks
check_ppc
check_writable_install_location
check_xcode if MacOS::Xcode.installed?
check_xcode if MacOS.has_apple_developer_tools?
check_cellar
end