mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
- Necessary to fix this error that otherwise would occur when attempting to launch the software `qt-creator`: ``` qtc.extensionsystem.plugin: [ ClangFormat ] Plugin error: /data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so: Cannot load library /data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so: dlopen failed: cannot locate symbol "_ZTIN4llvm3vfs10FileSystemE" referenced by "/data/data/com.termux/files/usr/lib/qtcreator/plugins/libClangFormat.so"... ``` - All other major UNIX-like operating systems enable this. See https://github.com/termux/termux-packages/pull/27309#issuecomment-3546559301