Hi,

I'm using another compiler built on clang that cross compiles to windows. So 
I'm trying to use it using the 'mingw' define. Is this the right way to go 
about it? I can't seem to change the mingw path.
    
    
    $ nim c -d:mingw --amd64.windows.gcc.path=$PWD 
--amd64.windows.gcc.exe=gcc-win ...
    
    /usr/bin/gcc-win: No such file or directory
    
    
    Run

Reply via email to