NEW 278087
[CMake] Allow setting libc++ as stdlib for WebKitGTK and WPE
https://bugs.webkit.org/show_bug.cgi?id=278087
Summary [CMake] Allow setting libc++ as stdlib for WebKitGTK and WPE
Diego Pino
Reported 2024-08-14 01:54:26 PDT
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
Diego Pino
Comment 1 2024-08-14 02:00:05 PDT
Note You need to log in before you can comment on or make changes to this bug.