mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-12 07:32:56 +00:00
vm-allocator: arch is only needed by aarch64
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
2afd0e626a
commit
454964cc90
@ -7,4 +7,6 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
vm-memory = "0.8.0"
|
vm-memory = "0.8.0"
|
||||||
|
|
||||||
|
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
||||||
arch = { path = "../arch" }
|
arch = { path = "../arch" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user