From 6700d1f3ace209c798e6502b3d0440042b8aa158 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 26 May 2024 08:59:53 -0400 Subject: [PATCH] Try to yeet that build.rs --- build.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 build.rs diff --git a/build.rs b/build.rs deleted file mode 100644 index 0c9e8e3..0000000 --- a/build.rs +++ /dev/null @@ -1,7 +0,0 @@ -// SPDX-FileCopyrightText: 2023 Joshua Goins -// SPDX-License-Identifier: GPL-3.0-or-later - -fn main() { - #[cfg(feature = "game_install")] - println!("cargo::rustc-link-lib=unshield"); -}