This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove `-lcrypto` arg for windows
tags/v0.0.0-test.4
Philipp Oppermann
3 years ago
parent
c9c508aa0b
commit
f8e99c6c46
Failed to extract signature
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")]
Write
Preview
Loading…
Cancel
Save