Skip to content
Snippets Groups Projects
Commit 07adef49 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

ENV.cxx was not retrieving proper ENV flag.

parent 1a0f971a
Branches
Tags
No related merge requests found
......@@ -189,7 +189,7 @@ module HomebrewEnvExtension
ENV['CC'] or "gcc"
end
def cxx
ENV['cxx'] or "g++"
ENV['CXX'] or "g++"
end
def m64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment