From d943d7d5feb5b0b1810d72d41ce1e39745ffc651 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 May 2014 12:37:25 -0500 Subject: [PATCH] There isn't a /usr/local in the SDK --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 2647554ad9..ea0afd4251 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