Skip to content

Commit 7822f64

Browse files
committed
build: looks like CROSS_DEB_ARCH no longer works
1 parent 8599145 commit 7822f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cross.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.aarch64-unknown-linux-gnu]
22
pre-build = [
3-
"dpkg --add-architecture $CROSS_DEB_ARCH",
4-
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
3+
"dpkg --add-architecture arm64",
4+
"apt-get update && apt-get install --assume-yes libssl-dev:arm64"
55
]

0 commit comments

Comments
 (0)