Skip to content

Commit

Permalink
tweak musl
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler authored Apr 25, 2024
1 parent bd8956c commit 5e4a672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ pre-build = [

[package.metadata.cross.target.aarch64-unknown-linux-musl]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
"dpkg --add-architecture arm64",
"apt-get update && apt-get install --assume-yes libssl-dev:arm64",
]

[profile.release]
Expand Down

0 comments on commit 5e4a672

Please sign in to comment.