Skip to content

Commit

Permalink
try to install lib alsa for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
anselanza committed Dec 23, 2024
1 parent 206ab8b commit eb0bbad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ installers = ["shell", "powershell", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "RandomStudio/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Whether to install an updater program
install-updater = false

[dist.dependencies.apt]
libasound2-dev = "*"

0 comments on commit eb0bbad

Please sign in to comment.