mirror of
https://github.com/pythops/bluetui.git
synced 2026-05-06 21:42:28 +08:00
6 lines
161 B
TOML
6 lines
161 B
TOML
[build]
|
|
pre-build = [
|
|
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
|
"apt update && apt install -y libdbus-1-dev:$CROSS_DEB_ARCH pkg-config:$CROSS_DEB_ARCH ",
|
|
]
|