Skip to content

Commit

Permalink
fix build musl
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Nov 6, 2024
1 parent 9000e93 commit 636fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ pre-build = [
[target.aarch64-unknown-linux-musl]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install protobuf-compiler libssl-dev:$CROSS_DEB_ARCH"
"apt-get update && apt-get --assume-yes install protobuf-compiler libssl-dev"
]

0 comments on commit 636fdbe

Please sign in to comment.