mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
In most Linux distributions, system-provided Qt6 libraries are supposed to be built with libstdc++ rather than libc++. This means that mozc_tool also need to link to libstdc++ to avoid ABI mismatch unless we build Qt6 from the source code like we do so in macOS and Windows builds. For now, let's assume GCC and libstdc++ in Linux CI. Closes #803. #codehealth PiperOrigin-RevId: 563670356