mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-29 09:22:02 +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/");
|
|
}
|