1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-27 12:38:57 +00:00
doukutsu-rs/drshorizon/build.rs

6 lines
111 B
Rust
Raw Normal View History

2022-11-21 14:15:51 +00:00
fn main() {
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rustc-link-lib=dylib=nx");
}