mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 15:17:59 +00:00
5 lines
113 B
Rust
5 lines
113 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-search=../build/");
|
|
println!("cargo:rustc-link-search=build/");
|
|
}
|