From 2c4bd1f0cc9e8a80493e599bfea84c9a9089f487 Mon Sep 17 00:00:00 2001 From: ConnorBP Date: Tue, 29 Apr 2025 11:26:43 -0400 Subject: [PATCH] fixed linter formatting errors --- leechcore-sys/build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/leechcore-sys/build.rs b/leechcore-sys/build.rs index 02a25bd..24c842d 100644 --- a/leechcore-sys/build.rs +++ b/leechcore-sys/build.rs @@ -76,7 +76,7 @@ fn build() { println!("cargo:rustc-link-lib=secur32"); println!("cargo:rustc-link-lib=credui"); println!("cargo:rustc-link-lib=ole32"); - } else if target().contains("linux"){ + } else if target().contains("linux") { // setup additional flags cfg.flag("-fPIC"); cfg.flag("-pthread"); @@ -146,7 +146,6 @@ fn build() { // cfg.flag("-arch").flag("x86_64"); // or "arm64" // cfg.flag("-arch").flag("arm64"); // cfg.flag("-arch").flag(target_arch); - } cfg.compile("libleechcore.a");