Ahh of course sorry, brain fart. One thing to look out for if you plan on using cross compilation here, is that build.rs cfg != target cfg.
In the tectonic_cfg_support crate we had to deal with this.
Ahh of course sorry, brain fart. One thing to look out for if you plan on using cross compilation here, is that build.rs cfg != target cfg.
In the tectonic_cfg_support crate we had to deal with this.