Skip to content

Commit 39b5d57

Browse files
committed
disable auto rebuild for tongsuo and aws-lc
1 parent 68957e6 commit 39b5d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/build/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn main() {
104104
// rerun-if-changed causes openssl-sys to rebuild if the openssl include
105105
// dir has changed since the last build. However, this causes a rebuild
106106
// every time when vendoring so we disable it.
107-
#[cfg(not(feature = "vendored"))]
107+
#[cfg(not(any(feature = "vendored", feature = "tongsuo", feature = "aws-lc")))]
108108
if let Some(printable_include) = include_dir.join("openssl").to_str() {
109109
println!("cargo:rerun-if-changed={}", printable_include);
110110
}

0 commit comments

Comments
 (0)