1
0
mirror of synced 2025-02-10 07:48:28 +01:00

9 lines
173 B
Rust
Vendored

fn main() {
println!("cargo:rustc-link-lib=dylib=imhex");
println!(
"cargo:rustc-link-search=native={}",
env!("LIBIMHEX_OUTPUT_DIRECTORY")
);
}