Skip to content
Snippets Groups Projects
Commit 2e747aa9 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

super: remove effective_sysroot.

No longer needed in `super.rb` after it was moved to `os/mac`.
parent 91af4aa0
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,6 @@ module Superenv
self["HOMEBREW_CXX"] = super
end
def effective_sysroot
end
def determine_cxx
determine_cc.to_s.gsub("gcc", "g++").gsub("clang", "clang++")
end
......
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