Skip to content

Commit 043eb97

Browse files
committed
Delete rustls from rule-preprocessor
1 parent 9808647 commit 043eb97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rule-preprocessor/src/semantic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn build_rustc_args(crate_root: &Path) -> Vec<String> {
4646
args.push("-L".to_string());
4747
args.push(format!("dependency={}", deps.display()));
4848

49-
for dep in &["libcc2rs", "libc", "brotli_sys", "rustls_ffi"] {
49+
for dep in &["libcc2rs", "libc", "brotli_sys"] {
5050
if let Some(rlib) = find_rlib(deps.as_path(), dep) {
5151
args.push("--extern".to_string());
5252
args.push(format!("{}={}", dep, rlib.display()));

0 commit comments

Comments
 (0)