krata/Cross.toml
2024-03-21 21:31:10 +00:00

20 lines
483 B
TOML

[target.aarch64-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.aarch64-unknown-linux-musl]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.x86_64-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.x86_64-unknown-linux-musl]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]