1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-02-18 09:56:36 +00:00

6 lines
113 B
Rust
Raw Normal View History

fn main() {
println!("cargo:rustc-link-arg=-lwaku");
println!("cargo:rustc-link-arg=-L../../build/");
}