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