Changed paths:
M hawtjni-runtime/src/main/java/org/fusesource/hawtjni/runtime/Library.java
Log Message:
-----------
jansi/#162 fix issue where bitModel could not be retrieved on GraalVM
Non-standard system properties `sun.arch.data.model` and `com.ibm.vm.bitmode` are not available in Substrate VM (GraalVM native images). Without this fix, the `extractAndLoad` method never succeeds, even if the native library is available as a resource in the GraalVM native image.