Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Dec 2, 2023
1 parent a6b1be4 commit bc7a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn main() {
println!("cargo:rustc-link-lib=dylib=dwmapi");
println!("cargo:rustc-link-lib=dylib=shcore");

builder.flag("/std:c++20").flag("/EHsc");
builder.flag("/std:c++latest").flag("/EHsc").flag("/W");
}
"linux" => {
println!("cargo:rustc-link-lib=dylib=Xext");
Expand Down

0 comments on commit bc7a3bf

Please sign in to comment.