Files
HEDZReloaded/build.rs

5 lines
103 B
Rust

fn main() {
#[cfg(target_os = "linux")]
println!("cargo:rustc-link-arg=-Wl,-rpath,$ORIGIN");
}