• Show log

    Commit

  • Hash : a0b3dcc2
    Author : Sam Lantinga
    Date : 2018-09-05T15:54:46

    Fixed bug 4002 - Android, nativeRunMain() fails on some phone with arm64-v8a
    
    Sylvain
    
    The issue is totally reproducible on P8 Lite.
    
    "The dlopen() call doesn't include the app's native library directory. The behavior of  dlopen() by Android is not guaranteed".
    
    Workaround in getMainSharedObject()
    
    Just replace
        return library;
    with
        return getContext().getApplicationInfo().nativeLibraryDir + "/" + library;
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags