tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
add build.rs for setting up link search path
tsiry-sandratraina.com
4 months ago
ff5772a6
64531edc
+3
1 changed file
expand all
collapse all
unified
split
crates
rockskyd
build.rs
+3
crates/rockskyd/build.rs
···
1
1
+
fn main() {
2
2
+
println!("cargo:rustc-link-search=native=/usr/local/lib");
3
3
+
}