• Self Denial's avatar
    Fix CPU-only build under Android Termux enviornment. · eb76f3e3
    Self Denial authored
    Update gpu.go initGPUHandles() to declare gpuHandles variable before
    reading it. This resolves an "invalid memory address or nil pointer
    dereference" error.
    
    Update dyn_ext_server.c to avoid setting the RTLD_DEEPBIND flag under
    __TERMUX__ (Android).
    eb76f3e3
gpu.go 7.95 KB