mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
20 lines
483 B
TOML
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"
|
|
]
|