mirror of
https://github.com/zerotier/DesktopUI.git
synced 2026-05-22 16:26:46 -07:00
8 lines
224 B
Rust
8 lines
224 B
Rust
#[allow(unused_assignments)]
|
|
#[allow(unused_mut)]
|
|
fn main() {
|
|
let d = env!("CARGO_MANIFEST_DIR");
|
|
println!("cargo:rustc-link-search=native={}/tray", d);
|
|
println!("cargo:rustc-link-lib=static=zt_desktop_tray");
|
|
}
|