Skip to content

Commit

Permalink
adapt changes to linker
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanoo-desai authored Jun 23, 2021
1 parent c3809a1 commit 96c33da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
rustflags = ["-Ctarget-feature=+crt-static"]
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"
rustflags = [ "-C", "target-feature=+crt-static"]

0 comments on commit 96c33da

Please sign in to comment.