Skip to content
  • Marius Gerbershagen's avatar
    build libecl.so with soname on Android · d0cf3c86
    Marius Gerbershagen authored
        Otherwise the linker on recent Android versions will not find
        libecl.so. For compatibility with existing Android apps which only
        distribute a libecl.so file, but not a libecl.so.16.x file, we
        don't use a version component in soname, since the linker on older
        Android versions only looks for libraries matching the exact
        soname.
    d0cf3c86