From ca4a0a66f3e2dac0805b4661578a18971869562a Mon Sep 17 00:00:00 2001 From: Tom Morton Date: Thu, 14 Nov 2024 21:16:48 +0000 Subject: [PATCH] cargo fmt --- build.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.rs b/build.rs index 67ebce5..675e516 100644 --- a/build.rs +++ b/build.rs @@ -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() {