tectonic_cfg_support

Crates.iotectonic_cfg_support
lib.rstectonic_cfg_support
version0.1.4
sourcesrc
created_at2019-12-06 16:40:57.419361
updated_at2022-02-28 16:03:05.153455
descriptionA 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.
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id186884
size17,841
Mark (rm-dr)

documentation

https://docs.rs/tectonic

README

The tectonic_cfg_support crate

This crate helps build.rs files 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.

Commit count: 3625

cargo fmt