ENV: use cc accessor
This commit is contained in:
parent
576f08a8eb
commit
ce48366ab1
@ -68,7 +68,7 @@ module Stdenv
|
|||||||
self.cxx = MacOS.locate("c++")
|
self.cxx = MacOS.locate("c++")
|
||||||
end
|
end
|
||||||
|
|
||||||
if self['CC'] =~ GNU_GCC_REGEXP
|
if cc =~ GNU_GCC_REGEXP
|
||||||
warn_about_non_apple_gcc($1)
|
warn_about_non_apple_gcc($1)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user