xcodebuild necessary on Mac?
David DeHaven
david.dehaven at oracle.com
Fri May 30 15:38:53 UTC 2014
>>>> run this:
>>>> $ find /Library/Developer/CommandLineTools -name '*.sdk'
>>>
>>> Nothing.
>>>
>>
>> I tried this again. The command line installation creates:
>>
>> 1. /Library/Developer/CommandLineTools
>> 2. /usr/include
>> 3. Many many /System/Library/Frameworks/.../Headers
>> 4. Some examples and documentation
>
> That's what I suspected. I'll have to rethink my patch for 8043340 a bit as I see no reason we can't support this for OpenJDK.
One more test for you:
$ xcode-select --print-path
Let me know what that reports (I suspect something like /Library/Developer/CommandLineTools/Developer). I'll have to change both places where we run xcodebuild to properly support this.
-DrD-
More information about the build-dev
mailing list