Changeset 99216 in webkit


Ignore:
Timestamp:
Nov 3, 2011 10:41:41 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Patch by Thouraya ANDOLSI <thouraya.andolsi@st.com> on 2011-11-03
Reviewed by Martin Robinson.

[GTK] arguments passed to build-jsc are not taken into account
https://bugs.webkit.org/show_bug.cgi?id=58333

  • Scripts/build-jsc:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99207 r99216  
     12011-11-03  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] arguments passed to build-jsc are not taken into account
     6        https://bugs.webkit.org/show_bug.cgi?id=58333
     7
     8        * Scripts/build-jsc:
     9
    1102011-11-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/Scripts/build-jsc

    r83643 r99216  
    6969    $result = buildVisualStudioProject("JavaScriptCore.vcproj/JavaScriptCore.sln");
    7070} elsif (isGtk()) {
    71     $result = buildGtkProject("JavaScriptCore");
     71    checkForArgumentAndRemoveFromARGV("--gtk");
     72    $result = buildGtkProject("JavaScriptCore", 0, @ARGV);
    7273} elsif (isQt()) {
    7374    # Remove duplicated --qt options to avoid passing them to qmake
Note: See TracChangeset for help on using the changeset viewer.