aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/superenv
AgeCommit message (Collapse)Author
2013-08-06Eliminate MacSystem moduleJack Nagel
2013-08-06MacSystem now just wraps MacOSJack Nagel
2013-08-06Remove more dead codeJack Nagel
2013-06-17Fix Xcode builds on 10.9.Clemens Gruber
CLT-only builds are still broken and need to be fixed at some point. Closes #20524. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-21Better superenv support for Xcode elsewhereSamuel John
- The Library/ENV/4.3/xcrun shim now respects ENV['DEVELOPER_DIR'] instead assuming the location of /Applications/Xcode.app/Contents/Developer. - The env var DEVELOPER_DIR is set if it is not already. So, during superenv this var is always set and we no longer have to care about people with unset or wrongly set xcode-select stuff. This has been a major PITA in the past. - determine_developer_dir (which is used to set the DEVELOPER_DIR var) now uses MacOS::Xcode.prefix which is proven and very capable and uses splotlight correctly. - Replace (and remove) MacSystem.xcode43_developer_dir with Xcode.prefix Closes #18618
2013-03-20superenv: move MacSystem into separate fileMisty De Meo
This makes it requirable before superenv becomes active.