1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2024-09-22 03:51:30 +00:00
playit-agent/Cross.toml
2024-08-08 09:37:15 -07:00

5 lines
122 B
TOML

[target.aarch64-unknown-linux-musl]
pre-build = [
"apt-get update && apt-get install -f linux-libc-dev-arm64-cross"
]