MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / watched_var_os

Function watched_var_os

build.rs:12–15  ·  view source on GitHub ↗
(key: &str)

Source from the content-addressed store, hash-verified

10const PYTHONSYS_ENV_VAR: &str = "DEP_PYTHON3_PYTHON_FLAGS";
11
12fn watched_var_os(key: &str) -> Option<OsString> {
13 println!("cargo:rerun-if-env-changed={}", key);
14 env::var_os(key)
15}
16
17fn main() {
18 if cfg!(feature = "python27-sys")

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected