on windows, nimgen will run something like 
    
    
    cmd /c "c2nim ..."
    
    
    Run

but I am using MSYS2+Mingw, thus "cmd /c" will make the command invalid. Is 
there a solution?

Reply via email to