move Cross.toml to engine folder

This commit is contained in:
Chance 2025-04-11 16:33:46 -04:00 committed by BitSyndicate
parent c41e532c54
commit 7910a8005c
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
2 changed files with 1 additions and 1 deletions

6
engine/Cross.toml Normal file
View file

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