petelomax/Phix

Cross compilation?

eboatwright opened this issue · 2 comments

I was wondering if there is any cross compilation support. For example, from Ubuntu Linux to Windows?

Absolutely! In fact the Linux executables are always built here on Windows, by phixzip.exw, see p32.exu and p64.exu.
The reverse, as asked for, would simply be be "format PE32" and/or "format PE64", plus of course a -c in the command line.

Ayy thanks! :D