Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm committed Nov 14, 2024
1 parent 0fcb4eb commit ca4a0a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ fn main() {
println!("cargo:rustc-link-search=./SDL2/x86_64-w64-mingw32/lib");
}

if target_os != "windows"
&& target_os != "macos"
{
if target_os != "windows" && target_os != "macos" {
system_deps::Config::new().probe().unwrap();
}
if std::env::var("FORCE").is_err() {
Expand Down

0 comments on commit ca4a0a6

Please sign in to comment.