Skip to content

Commit

Permalink
feat: add musl-tools dependency for aarch64 and x86_64 targets in dis…
Browse files Browse the repository at this point in the history
…t-workspace.toml

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 2d8f9f8 commit daea964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ nasm = '*' # Required for building `aws-lc-sys` on Windows

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

0 comments on commit daea964

Please sign in to comment.