Skip to content

Commit

Permalink
fix: try fix musl 14
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 6, 2024
1 parent 2327a5f commit 12d2a4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
rustflags = ["-C", "target-feature=+crt-static"]

[target.x86_64-unknown-linux-musl]
linker = "/opt/x86_64-linux-musl/bin/x86_64-linux-musl-ld"
rustc-link-search = ["/opt/x86_64-linux-musl/x86_64-linux-musl/include"]
rustflags = [
"-C",
"target-feature=+crt-static",
"-C",
"linker=/opt/x86_64-linux-musl/bin/x86_64-linux-musl-ld",
]

0 comments on commit 12d2a4d

Please sign in to comment.