In config/nim.cfg add passL=" -landroid-glob " and define:termux
    In lib/posix/posix.nim : line 283: when defined(macosx) or defined(termux): 
and on line 1623: when not defined(macosx) and not defined(termux) ( you just 
need to add the termux part )
    In lib/pure/osproc.nim "bin/sh" -> "sh" (line 744 in nim)
    

Can we get a PR out of this? 

Reply via email to