mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
Add cross_rs toml file for cross compilation
This commit is contained in:
parent
01dd95cc91
commit
d428ae91cf
15
Cross.toml
Normal file
15
Cross.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#we build x86_64 natively, so we do not need this!
|
||||||
|
#[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.armv7-unknown-linux-gnueabihf]
|
||||||
|
pre-build = [
|
||||||
|
"apt-get update && apt-get install --assume-yes capnproto"
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user