development_tools: fix broken 'Xcode' reference

Affects only legacy systems that don't have a `/usr/bin/cc` binary.
This commit is contained in:
Martin Afanasjew 2016-05-26 19:02:25 +02:00
parent 1c581a232c
commit aa747b915a

View File

@ -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