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"
|
||||
end
|
||||
def cxx
|
||||
ENV['cxx'] or "g++"
|
||||
ENV['CXX'] or "g++"
|
||||
end
|
||||
|
||||
def m64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user