Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
8051Enthusiast committed Jan 28, 2024
1 parent 66db738 commit 0b78344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delsum-poly/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
build.compile("delsum_poly");
// if this is windows, we want -static-stdc++ and -static-libgcc
// so that the user does not need msys2
#[cfg(target_os = "windows")]
//#[cfg(target_os = "windows")]
{
println!("cargo:rustc-link-arg=-static-stdc++");
println!("cargo:rustc-link-arg=-static-libgcc");
Expand Down

0 comments on commit 0b78344

Please sign in to comment.