Skip to content

Commit 7908bb0

Browse files
thouraiawebkit-commit-queue
authored andcommitted
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: Canonical link: https://commits.webkit.org/87806@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 9795278 commit 7908bb0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Tools/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2011-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+
110
2011-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
211

312
[GTK] Show url of history items in a status bar in MiniBrowser

Tools/Scripts/build-jsc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ if (isAppleMacWebKit()) {
6868
} elsif (isAppleWinWebKit()) {
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
7475
checkForArgumentAndRemoveFromARGV("--qt");

0 commit comments

Comments
 (0)