Skip to content

Commit

Permalink
add OpenSSL to cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Oct 2, 2023
1 parent 749a698 commit 2455176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-musl]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
]

0 comments on commit 2455176

Please sign in to comment.