Skip to content

Commit

Permalink
update cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Dec 2, 2024
1 parent db61377 commit 3634023
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libclamav_rust/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[net]
git-fetch-with-cli = true

[build]
rustflags = ["-C", "target-feature=+crt-static"]

[target."x86_64-unknown-linux-musl"]
linker = "x86_64-linux-musl-g++"

[target."aarch64-unknown-linux-musl"]
linker = "aarch64-linux-musl-g++"

0 comments on commit 3634023

Please sign in to comment.