tectonic_cfg_support 0.0.2

A build.rs support crate that helps deal with CARGO_CFG_TARGET_* variables. When cross-compiling, these variables must be used instead of constructs such as `cfg!(target_arch = ...)` because the build.rs script is compiled to target the build host environment, not the true target environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# The `tectonic_cfg_support` create

This create is a support create for `build.rs` files that helps deal with
`CARGO_CFG_TARGET_*` variables. When cross-compiling, these variables must be
used instead of constructs such as `cfg!(target_arch = ...)` because the
`build.rs` script is compiled to target the build host environment, not the
true target environment. This crate is part of
[the Tectonic project](https://tectonic-typesetting.github.io/).

[![](http://meritbadge.herokuapp.com/tectonic_cfg_support)](https://crates.io/crates/tectonic_cfg_support)

- [API documentation]https://docs.rs/tectonic_cfg_support/.
- [Main Git repository]https://github.com/tectonic-typesetting/tectonic/.