We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2246aa9 commit bfe457dCopy full SHA for bfe457d
src/rust/cryptography-cffi/build.rs
@@ -27,6 +27,7 @@ fn main() {
27
let python = env::var("PYO3_PYTHON").unwrap_or_else(|_| "python3".to_string());
28
println!("cargo:rerun-if-env-changed=PYO3_PYTHON");
29
println!("cargo:rerun-if-changed=../../_cffi_src/");
30
+ println!("cargo:rerun-if-changed=../../cryptography/__about__.py");
31
let output = Command::new(&python)
32
.env("OUT_DIR", &out_dir)
33
.arg("../../_cffi_src/build_openssl.py")
0 commit comments