fix: configure cross with Cross.toml

This commit is contained in:
Chance 2025-04-11 16:07:58 -04:00
parent cb9700ae29
commit 488472dd6f
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"
]