Skip to content
Snippets Groups Projects
Commit 278d9dfd authored by Jack Nagel's avatar Jack Nagel
Browse files

self, not ENV

parent deb65a95
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ module Superenv
# s - apply fix for sed's Unicode support
# a - apply fix for apr-1-config path
warn_about_non_apple_gcc($1) if ENV['HOMEBREW_CC'] =~ GNU_GCC_REGEXP
warn_about_non_apple_gcc($1) if self["HOMEBREW_CC"] =~ GNU_GCC_REGEXP
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment