mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
9 lines
173 B
Rust
Vendored
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")
|
|
);
|
|
}
|
|
|