Bug 259069
Summary: | Make JSCOnly platform buildable on Windows again | ||
---|---|---|---|
Product: | WebKit | Reporter: | Juan Cruz Viotti <jv> |
Component: | CMake | Assignee: | Don Olmstead <don.olmstead> |
Status: | NEW | ||
Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | PC | ||
OS: | Windows 10 |
Juan Cruz Viotti
It is broken again due to various CMake-related issues.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
You can comile out only JSC part of Windows port.
> perl .\Tools\Scripts\build-jsc --debug
JSCOnly port was introduced to skip compile all WebKit dependencies.
https://constellation.slowstart.org/blog/2016/05/02/how-to-build-javascriptcore-on-your-machine/
However, GTK and WPE aren't using jhbuild now. They just download prebuilt requirements.
I think we can remove JSCOnly port.
Radar WebKit Bug Importer
<rdar://problem/112425288>
Don Olmstead
Pull request: https://github.com/WebKit/WebKit/pull/22908