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 efe17a9 commit e14bcdbCopy full SHA for e14bcdb
framework_lib/build.rs
@@ -1,3 +1,6 @@
1
fn main() {
2
+ if cfg!(windows) {
3
+ println!("cargo:rustc-link-lib=ws2_32");
4
+ }
5
built::write_built_file().expect("Failed to acquire build-time information");
6
}
0 commit comments