aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/4.3
diff options
context:
space:
mode:
authorJack Nagel2014-05-12 12:37:25 -0500
committerJack Nagel2014-05-12 12:37:25 -0500
commitc70e759dea5956143e6e413477a3307482c9f3bc (patch)
treeeab070b21df6b225e70df4c71497e949be986a3f /Library/ENV/4.3
parent68b7bd88066e08119584207396f4e3307d9a7687 (diff)
downloadhomebrew-c70e759dea5956143e6e413477a3307482c9f3bc.tar.bz2
There isn't a /usr/local in the SDK
Diffstat (limited to 'Library/ENV/4.3')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 2647554ad..ea0afd425 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -238,7 +238,7 @@ class Cmd
def syspath
if sdkroot
- %W{#{sdkroot}/usr #{sdkroot}/usr/local}
+ %W{#{sdkroot}/usr /usr/local}
else
%W{/usr /usr/local}
end