mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 05:07:46 +00:00
parent
e507c247a1
commit
6bf79500b2
1 changed files with 7 additions and 0 deletions
7
build.rs
Normal file
7
build.rs
Normal 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");
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue