Is there a Clang mingw cross compiler for Linux

前端 未结 1 893
死守一世寂寞
死守一世寂寞 2020-12-31 07:36

In Linux, and specifically on Debian or Ubuntu, there are pre-packaged Mingw cross compilers which can generate Windows EXEs.

But is there a similar cross compiler u

相关标签:
1条回答
  • 2020-12-31 08:33

    I've written a tool with which you can compile easily with clang for windows on linux. Check out: https://github.com/tpoechtrager/wclang.

    0 讨论(0)
提交回复
热议问题