mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
4 lines
103 B
Rust
4 lines
103 B
Rust
fn main() {
|
|
#[cfg(target_os = "linux")]
|
|
println!("cargo:rustc-link-arg=-Wl,-rpath,$ORIGIN");
|
|
}
|