When [Adding clang in generated SDK toolchain](https://github.com/kraj/meta-clang?tab=readme-ov-file#adding-clang-in-generated-sdk-toolchain) following the README guide, in the x86_64 sysroot only `libclang-cpp.so` is added to the lib directory. My application wants to link against `libclang.so`. How do I add it this as well to the SDK?