mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2025-02-23 17:06:24 +00:00
5 lines
122 B
TOML
5 lines
122 B
TOML
[target.aarch64-unknown-linux-musl]
|
|
pre-build = [
|
|
"apt-get update && apt-get install -f linux-libc-dev-arm64-cross"
|
|
]
|