Skip to content

Commit

Permalink
add musl tools to cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Nov 28, 2024
1 parent b8d026a commit 31bff4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ allow-dirty = ["msi"]
# Whether to sign macOS executables
macos-sign = true

[dist.dependencies.apt]
musl-tools = { version = "*", targets = ["aarch64-unknown-linux-musl"] }

# Package config for `dist`
[package.metadata.dist]
features = ["self_update"]

0 comments on commit 31bff4d

Please sign in to comment.