fix: configure cross with Cross.toml
This commit is contained in:
parent
f23d50c66a
commit
258b7374fd
3 changed files with 12 additions and 5 deletions
5
Cross.toml
Normal file
5
Cross.toml
Normal 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"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue