Skip to content

Commit

Permalink
build: add nasm as build dependency for windows due to aws-lc-sys
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 17, 2024
1 parent 0047bb3 commit ae3c622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ install-path = "CARGO_HOME"
install-updater = true
# Extra static files to include in each App (path relative to this Cargo.toml's dir)
include = ["./config", "./USAGE.md", "./LICENSE"]

[dist.dependencies.chocolatey]
nasm = '*' # Required for building `aws-lc-sys` on Windows

0 comments on commit ae3c622

Please sign in to comment.