[webkit-reviews] review granted: [Bug 47895] Building of WK2 APIs using Python fails on Scratchbox : [Attachment 71170] Patch to force use of Python 2.6 in Scratchbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 07:50:24 PDT 2010


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Christian Sejersen
<christian.webkit at gmail.com>'s request for review:
Bug 47895: Building of WK2 APIs using Python fails on Scratchbox
https://bugs.webkit.org/show_bug.cgi?id=47895

Attachment 71170: Patch to force use of Python 2.6 in Scratchbox
https://bugs.webkit.org/attachment.cgi?id=71170&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=71170&action=review

> WebKit2/DerivedSources.pro:32
> +linux*:contains(QMAKE_HOST.arch, arm): {
> +    PYTHON = python2.6
> +} else {

Are you sure this doesn't break anything? Like if someone builds for ARM
without using scratchbox?


More information about the webkit-reviews mailing list