mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-04-20 11:16:26 +02:00
Modify Cross.toml to support fabfire_provision submodule, because Cross.toml from submodule is not used
This commit is contained in:
parent
6b428a87fa
commit
826020298e
10
Cross.toml
10
Cross.toml
@ -6,10 +6,16 @@
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
pre-build = [
|
||||
"apt-get update && apt-get install --assume-yes capnproto"
|
||||
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||
"apt-get update",
|
||||
"apt-get install --assume-yes capnproto",
|
||||
"apt-get install --assume-yes libpcsclite-dev:$CROSS_DEB_ARCH --no-install-recommends"
|
||||
]
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
pre-build = [
|
||||
"apt-get update && apt-get install --assume-yes capnproto"
|
||||
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||
"apt-get update",
|
||||
"apt-get install --assume-yes capnproto",
|
||||
"apt-get install --assume-yes libpcsclite-dev:$CROSS_DEB_ARCH --no-install-recommends"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user