Browse Source

Remove `-lcrypto` arg for windows

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
f8e99c6c46
Failed to extract signature
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/c-dataflow/run.rs

+ 0
- 1
examples/c-dataflow/run.rs View File

@@ -60,7 +60,6 @@ async fn build_c_node(root: &Path, name: &str, out_name: &str) -> eyre::Result<(
#[cfg(target_os = "windows")]
{
clang.arg("-lws2_32");
clang.arg("-lcrypto");
clang.arg("-lcrypto32");
}
#[cfg(target_os = "macos")]


Loading…
Cancel
Save