3 lines
198 B
TOML
3 lines
198 B
TOML
[target.arm-unknown-linux-gnueabihf]
|
|
pre-build = ["dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes libssl-dev:armhf"]
|
|
image = "rustcross/arm-unknown-linux-gnueabihf"
|