aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index b652be242..01e90394a 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -189,7 +189,7 @@ module HomebrewEnvExtension
ENV['CC'] or "gcc"
end
def cxx
- ENV['cxx'] or "g++"
+ ENV['CXX'] or "g++"
end
def m64