fix: configure cross with Cross.toml

This commit is contained in:
Chance 2025-04-11 16:07:58 -04:00 committed by BitSyndicate
parent 8fcb8948ee
commit bc31f78f44
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
3 changed files with 12 additions and 5 deletions

5
Cross.toml Normal file
View file

@ -0,0 +1,5 @@
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
]