aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-01 18:36:46 -0500
committerJack Nagel2014-05-01 18:36:46 -0500
commit4b335eb2df8f64208ccf26da291c11691d7c6474 (patch)
treee157686704cd3b168cf42d0e7001988673cddec1 /Library
parent71055aa073dc7583f0f4b6267f0663088d8f28d1 (diff)
downloadbrew-4b335eb2df8f64208ccf26da291c11691d7c6474.tar.bz2
Xcode-only path adjustments should be the same in both environments
Diffstat (limited to 'Library')
-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