Changeset 70061 in webkit


Ignore:
Timestamp:
Oct 19, 2010 8:31:53 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-19 Christian Sejersen <Christian Sejersen>

Reviewed by Kenneth Rohde Christiansen.

Scratchbox has an old version of python as the default one, so
force it to use version 2.6.
https://bugs.webkit.org/show_bug.cgi?id=47895

  • DerivedSources.pro:
Location:
trunk/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r70060 r70061  
     12010-10-19  Christian Sejersen  <christian.webkit@gmail.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Scratchbox has an old version of python as the default one, so
     6        force it to use version 2.6.
     7        https://bugs.webkit.org/show_bug.cgi?id=47895
     8
     9        * DerivedSources.pro:
     10
    1112010-10-19  Luiz Agostini  <luiz.agostini@openbossa.org>
    212
  • trunk/WebKit2/DerivedSources.pro

    r69653 r70061  
    2727    DOUBLE_ESCAPED_QUOTE = "\\\'"
    2828}
     29
     30linux*:contains(QMAKE_HOST.arch, arm): {
     31    PYTHON = python2.6
     32} else {
     33    PYTHON = python
     34}
     35
    2936
    3037DIRS = \
Note: See TracChangeset for help on using the changeset viewer.