There isn't a /usr/local in the SDK

This commit is contained in:
Jack Nagel 2014-05-12 12:37:25 -05:00
parent 839f9dfe87
commit d943d7d5fe

View File

@ -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