seperate nested cross commands

This commit is contained in:
Chance 2025-04-11 16:30:28 -04:00 committed by BitSyndicate
parent b7d1f749e8
commit 8a6eeb1c44
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
2 changed files with 4 additions and 3 deletions

View file

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