How difficult would be to add Windows binaries? Are there any major showstoppers?
The only dependency is libiconv. I tried creating a Windows target with build.sh --windows --target win32-x64 and @xpack-dev-tools/mingw-w64-gcc. I have the feeling that most of the build framework is there, but must be ironed out?
How difficult would be to add Windows binaries? Are there any major showstoppers?
The only dependency is
libiconv. I tried creating a Windows target withbuild.sh --windows --target win32-x64and@xpack-dev-tools/mingw-w64-gcc. I have the feeling that most of the build framework is there, but must be ironed out?