Skip to content

Commit 0974d6f

Browse files
committed
Add SONAME to librbackend.abi3.so
1 parent 0edb6f7 commit 0974d6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("cargo:rustc-cdylib-link-arg=-Wl,-soname,librbackend.abi3.so")
3+
}

0 commit comments

Comments
 (0)