1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 20:57:46 +00:00
physis/build.rs

4 lines
67 B
Rust
Raw Normal View History

2022-07-20 19:07:36 -04:00
fn main() {
println!("cargo:rustc-link-lib=dylib=unshield");
}