Hi folks. I'm attempting to build freetype on emscripten.
it appears to be trying to build an executable, freetype/src/objs/apinames, as LLVM bitcode, which is of course not runnable directly. I'm hoping that if I specify a suitable --host to the configure script, that freetype's build system will recognized that it is being cross-compiled, and react accordingly. Which leads to my question: Is there a well-explored --host (ala config.guess) that works well with emscripten? Thanks. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
