(client) add Cross.toml and remove mers support

This commit is contained in:
Mark
2024-09-11 20:59:48 +02:00
parent f34524f575
commit 0d261371b7
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libasound2-dev libasound2-dev:$CROSS_DEB_ARCH"
]
default-target = "aarch64-unknown-linux-gnu"