[Webkit-unassigned] [Bug 155078] build-webkit prints an error on iOS simulator bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 5 18:58:08 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155078

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
This is easy to fix by checking xcodeSDK() for undefined in buildXCodeProject():

    push(@extraOptions, ("-sdk", xcodeSDK())) if isIOSWebKit();

But I'm trying to understand why -sdk is added in buildXCodeProject() in the first place, not in XcodeOptions().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160306/05ce870a/attachment.html>


More information about the webkit-unassigned mailing list