Open
Description
I'm fixing some native-image related issues for Jansi.
Jansi uses FFM or JNI by default, but they do not work in statically linked native images. Therefore, I provide a slower but working implementation. The specific implementation to be used is determined at build time.
However, there seems to be no way for me to know at build time whether the native image is statically linked, so users has to add options manually to make it work.
Can you add some system properties to tell whether the program is statically linked and whether the libc used is musl or glibc?