Call check_xcode check for CLT, too
This commit is contained in:
parent
f108d204f7
commit
56795ec1ed
@ -159,7 +159,7 @@ module Homebrew
|
|||||||
def perform_preinstall_checks
|
def perform_preinstall_checks
|
||||||
check_ppc
|
check_ppc
|
||||||
check_writable_install_location
|
check_writable_install_location
|
||||||
check_xcode if MacOS::Xcode.installed?
|
check_xcode if MacOS.has_apple_developer_tools?
|
||||||
check_cellar
|
check_cellar
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user