From 6bf79500b2ef2692ff7a0376a5438b003928753c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Jun 2024 20:34:40 -0400 Subject: [PATCH] Revert "Try to yeet that build.rs" This reverts commit 6700d1f3ace209c798e6502b3d0440042b8aa158. --- build.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.rs diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..0c9e8e3 --- /dev/null +++ b/build.rs @@ -0,0 +1,7 @@ +// 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"); +}