Merge pull request #3592 from sjackman/development-tools-installed

DevelopmentTools.installed?: Use locate
This commit is contained in:
Mike McQuaid 2017-12-21 10:24:35 +00:00 committed by GitHub
commit 75d032129a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ class DevelopmentTools
end
def installed?
which("clang") || which("gcc")
locate("clang") || locate("gcc")
end
def installation_instructions