(key: &str)
| 68 | ]; |
| 69 | |
| 70 | fn watched_var_os(key: &str) -> Option<OsString> { |
| 71 | println!("cargo:rerun-if-env-changed={}", key); |
| 72 | env::var_os(key) |
| 73 | } |
| 74 | |
| 75 | /// Examine python's compile flags to pass to cfg by launching |
| 76 | /// the interpreter and printing variables of interest from |
no outgoing calls
no test coverage detected