zenyx-engine/engine/Cross.toml

7 lines
162 B
TOML
Raw Normal View History

2025-04-11 16:07:58 -04:00
[build]
pre-build = [
2025-04-11 16:30:28 -04:00
# "dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update",
"apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
]