mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-19 17:36:50 +00:00
7 lines
211 B
Rust
7 lines
211 B
Rust
// 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");
|
|
}
|