Changeset 71128 in webkit


Ignore:
Timestamp:
Nov 2, 2010 10:35:11 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-02 Christian Sejersen <Christian Sejersen>

Reviewed by Andreas Kling.

The previous patch only took into account arm targets. This one
now checks whether the build is done inside Scratchbox.
https://bugs.webkit.org/show_bug.cgi?id=47895

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r71127 r71128  
     12010-11-02  Christian Sejersen  <christian.webkit@gmail.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        The previous patch only took into account arm targets. This one
     6        now checks whether the build is done inside Scratchbox.
     7        https://bugs.webkit.org/show_bug.cgi?id=47895
     8
     9        * DerivedSources.pro:
     10
    1112010-11-02  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/WebKit2/DerivedSources.pro

    r71122 r71128  
    2828}
    2929
    30 linux*:contains(QMAKE_HOST.arch, arm): {
     30SBOX_CHECK = $$(_SBOX_DIR)
     31!isEmpty(SBOX_CHECK) {
    3132    PYTHON = python2.6
    3233} else {
Note: See TracChangeset for help on using the changeset viewer.