@thedataking, I only noticed after you merged #1295 a few things.
This should let us cross-compile from windows, cross-compile to *-windows-gnu (I think; the linker wasn't installed so I couldn't test all the way), and print a clear error when trying to cross-compile to *-windows-msvc. It also lets us do full cross-compilation on rav1d, as the snprintf stuff for windows is only for rav1d-cli.
@thedataking, I only noticed after you merged #1295 a few things.
This should let us cross-compile from windows, cross-compile to
*-windows-gnu
(I think; the linker wasn't installed so I couldn't test all the way), and print a clear error when trying to cross-compile to*-windows-msvc
. It also lets us do full cross-compilation onrav1d
, as thesnprintf
stuff for windows is only forrav1d-cli
.