ev3duder icon indicating copy to clipboard operation
ev3duder copied to clipboard

Add cross-compile (MinGW) make target Linux -> Windows

Open germanicianus opened this issue 3 years ago • 1 comments

See subject :) .

germanicianus avatar Apr 03 '21 19:04 germanicianus

I was able to achieve this through

make CC=x86_64-w64-mingw32-gcc OS=Windows_NT

However, it seems that there indeed is some specialized code for this in Makefile.

JakubVanek avatar Apr 03 '21 22:04 JakubVanek