Skip to content

Commit

Permalink
build: looks like CROSS_DEB_ARCH no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 16, 2024
1 parent 8599145 commit 7822f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.aarch64-unknown-linux-gnu]
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"
]

0 comments on commit 7822f64

Please sign in to comment.