mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-18 02:30:10 +00:00
6 lines
122 B
Rust
6 lines
122 B
Rust
|
|
fn main() {
|
|
println!("cargo:rustc-link-arg=-llogosdelivery");
|
|
println!("cargo:rustc-link-arg=-L../../build/");
|
|
}
|