development_tools: fix broken 'Xcode' reference
Affects only legacy systems that don't have a `/usr/bin/cc` binary.
This commit is contained in:
parent
1c581a232c
commit
aa747b915a
@ -22,7 +22,7 @@ class DevelopmentTools
|
||||
when "clang" then :clang
|
||||
else
|
||||
# guess :(
|
||||
if Xcode.version >= "4.3"
|
||||
if MacOS::Xcode.version >= "4.3"
|
||||
:clang
|
||||
else
|
||||
:gcc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user