on Android it finds it in the toolchain but that one is usable only since API level 28
@@ -1,4 +1,6 @@
if(ENABLE_INNOEXTRACT)
+ # libiconv not required for our use case
+ set(WITH_CONV "builtin" CACHE STRING "" FORCE)
add_subdirectory("lib/innoextract")
endif()