1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 05:07:46 +00:00

Revert "Try to yeet that build.rs"

This reverts commit 6700d1f3ac.
This commit is contained in:
Joshua Goins 2024-06-27 20:34:40 -04:00
parent e507c247a1
commit 6bf79500b2

7
build.rs Normal file
View file

@ -0,0 +1,7 @@
// 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");
}