Hello,
I am trying to build apps for Android using KDE Craft build system
inih library build fine there, but installs libinih.so.0
Build tools for Android do not like .so.versioned files, they complain that they cannot be included in APK.
Is it possible to edit the meson.build file so that android build do not set soversion : '0', ?
Hello,
I am trying to build apps for Android using KDE Craft build system
inih library build fine there, but installs
libinih.so.0Build tools for Android do not like .so.versioned files, they complain that they cannot be included in APK.
Is it possible to edit the
meson.buildfile so that android build do not setsoversion : '0',?