I've been trying to compile ooot-lite for Linux, but there's a problem. if I try using meson to build a directory (builddir), it will say unknown platform for the Linux.gnu file, but if I change that to Debian.gnu, it succeeds. however, once I get to compiling with meson compile, it errors at some point, because it's trying to use 64bit libz.a iirc when it should be using 32bit. is there a way to force meson compile to use 32bit? I did the add architecture thing with i386 (had to remove a bad architecture name of i38 or else it would not work). not really sure how that happened, unless it was a typo.




