[Webkit-unassigned] [Bug 74519] [Qt] Automatic clean build feature always do clean build with --no-webkit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 07:52:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=74519





--- Comment #6 from Csaba Osztrogonac <ossy at webkit.org>  2012-01-12 07:52:54 PST ---
This bug is still valid, you can reproduce it easily:
- Tools/Scripts/build-webkit --no-webkit2
- Tools/Scripts/run-javascriptcore-tests

The root of the problem is that build-webkit pass the BUILD_WEBKIT_ARGS environment: --no-webkit2 to qmake as --qmakearg=CONFIG+=no_webkit2,
but build-jsc doesn't. And the problem is that webkit2 build contains PLUGIN_ARCHITECTURE_UNSUPPORTED define, but --no-webkit2 build doesn't.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list