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 68957e6 commit 39b5d57Copy full SHA for 39b5d57
openssl-sys/build/main.rs
@@ -104,7 +104,7 @@ fn main() {
104
// rerun-if-changed causes openssl-sys to rebuild if the openssl include
105
// dir has changed since the last build. However, this causes a rebuild
106
// every time when vendoring so we disable it.
107
- #[cfg(not(feature = "vendored"))]
+ #[cfg(not(any(feature = "vendored", feature = "tongsuo", feature = "aws-lc")))]
108
if let Some(printable_include) = include_dir.join("openssl").to_str() {
109
println!("cargo:rerun-if-changed={}", printable_include);
110
}
0 commit comments