Skip to content

Commit

Permalink
fix dynamic link musl
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Sep 24, 2023
1 parent abcd398 commit bcda685
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bindings/java/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[target.x86_64-unknown-linux-musl]
rustflags = [
"-C", "target-feature=-crt-static",
]

[target.aarch64-unknown-linux-musl]
rustflags = [
"-C", "target-feature=-crt-static",
]

0 comments on commit bcda685

Please sign in to comment.