1
0
mirror of synced 2025-01-19 17:28:49 +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")
);
}