diff options
| author | Jack Nagel | 2014-05-12 12:37:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-12 12:37:25 -0500 |
| commit | c70e759dea5956143e6e413477a3307482c9f3bc (patch) | |
| tree | eab070b21df6b225e70df4c71497e949be986a3f /Library/ENV/4.3 | |
| parent | 68b7bd88066e08119584207396f4e3307d9a7687 (diff) | |
| download | homebrew-c70e759dea5956143e6e413477a3307482c9f3bc.tar.bz2 | |
There isn't a /usr/local in the SDK
Diffstat (limited to 'Library/ENV/4.3')
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 |
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 |
