Bug 278087
Summary: | [CMake] Allow setting libc++ as stdlib for WebKitGTK and WPE | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Diego Pino <dpino> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
In Linux, while building WebKitGTK or WPE, even when using clang as compiler libstdc++ (provided by g++) is used. Clang provides its own stdlib through packages libc++-dev libc++abi-dev.
There should be a means to instruct WebKit build to use libc++ instead of libstdc++.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/32181