ENV.cxx was not retrieving proper ENV flag.

This commit is contained in:
Adam Vandenberg 2010-02-08 14:21:46 -08:00
parent 1a0f971a1c
commit 07adef4954

View File

@ -189,7 +189,7 @@ module HomebrewEnvExtension
ENV['CC'] or "gcc" ENV['CC'] or "gcc"
end end
def cxx def cxx
ENV['cxx'] or "g++" ENV['CXX'] or "g++"
end end
def m64 def m64