1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 12:47:45 +00:00

Try to yeet that build.rs

This commit is contained in:
Joshua Goins 2024-05-26 08:59:53 -04:00
parent c1dd406be4
commit 6700d1f3ac

View file

@ -1,7 +0,0 @@
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
fn main() {
#[cfg(feature = "game_install")]
println!("cargo::rustc-link-lib=unshield");
}