ENV.cxx was not retrieving proper ENV flag.
This commit is contained in:
parent
1a0f971a1c
commit
07adef4954
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user