5 lines
168 B
TOML
5 lines
168 B
TOML
[target.armv7-unknown-linux-gnueabihf]
|
|
pre-build = [
|
|
"dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes apt-utils libudev-dev:armhf",
|
|
]
|