Skip to content

Commit

Permalink
fixing build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed Oct 24, 2024
1 parent 0d4f3ac commit 2944362
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true
# Install dependencies needed for building
packages_install = "sudo apt install -y mold libasound2-dev"

# Install dependencies needed to build for Linux
[dist.dependencies.apt]
mold = "*"
libasound2-dev = "*"
musl-tools = { version = "*", targets = ["x86_64-unknown-linux-musl"] }
musl-dev = { version = "*", targets = ["x86_64-unknown-linux-musl"] }

0 comments on commit 2944362

Please sign in to comment.