move Cross.toml to engine folder
This commit is contained in:
parent
43bb40005f
commit
fc43a7454a
2 changed files with 1 additions and 1 deletions
6
engine/Cross.toml
Normal file
6
engine/Cross.toml
Normal 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"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue