tectonic_cfg_support 0.1.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
14
[dependencies.lazy_static]
version = "^1.4"

[package]
authors = ["Matt Rice <ratmice@gmail.com>", "Peter Williams <peter@newton.cx>"]
description = "A build.rs support crate that helps deal with CARGO_CFG_TARGET_* variables.\nWhen cross-compiling, these variables must be used instead of constructs such\nas `cfg!(target_arch = ...)` because the build.rs script is compiled to\ntarget the build host environment, not the true target environment.\n"
documentation = "https://docs.rs/tectonic"
edition = "2018"
homepage = "https://tectonic-typesetting.github.io/"
license = "MIT"
name = "tectonic_cfg_support"
readme = "README.md"
repository = "https://github.com/tectonic-typesetting/tectonic/"
version = "0.1.2"