mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-04-19 18:56:25 +02:00
30 lines
690 B
TOML
30 lines
690 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|
|
|
|
[target.arm-unknown-linux-gnueabi]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|
|
|
|
[target.arm-unknown-linux-gnueabihf]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
pre-build = [
|
|
"apt-get update && apt-get install --assume-yes capnproto"
|
|
]
|