aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/std.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-01 18:36:46 -0500
committerJack Nagel2014-05-01 18:36:46 -0500
commit94bc0b8b76197c581af28294149faa987e4e322d (patch)
treea01b8e8213e42fd7792da878566e7307645386b2 /Library/Homebrew/extend/ENV/std.rb
parent6c6280fecded9bfc639e1792da3a3014550854c3 (diff)
downloadhomebrew-94bc0b8b76197c581af28294149faa987e4e322d.tar.bz2
Xcode-only path adjustments should be the same in both environments
Diffstat (limited to 'Library/Homebrew/extend/ENV/std.rb')
-rw-r--r--Library/Homebrew/extend/ENV/std.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb
index 663be4ff0..af1e79187 100644
--- a/Library/Homebrew/extend/ENV/std.rb
+++ b/Library/Homebrew/extend/ENV/std.rb
@@ -71,8 +71,8 @@ module Stdenv
macosxsdk MacOS.version
if MacOS::Xcode.without_clt?
+ append_path "PATH", "#{MacOS::Xcode.prefix}/usr/bin"
append_path "PATH", "#{MacOS::Xcode.toolchain_path}/usr/bin"
- append_path 'PATH', MacOS.dev_tools_path
end
end