You need to patch `osproc.nim`, probably line
    
    
    const useProcessAuxSpawn = declared(posix_spawn) and not defined(useFork) 
and
                                 not defined(useClone) and not defined(linux)
    

I'm not sure how wise it is to map Andriod to Linux, preferably that should get 
first class support via `platform.nim` and build.sh OS detection. But since I 
cannot test it, I'm not willing to do it. It needs to be done by someone who 
can test it.

Reply via email to