We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg(target_arch = "x86_64")
1 parent 1b3c290 commit a5f057cCopy full SHA for a5f057c
tests/test_kernels/map_phys_mem/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
edition = "2018"
6
7
-[dependencies]
+[target.'cfg(target_arch = "x86_64")'.dependencies]
8
bootloader = { path = "../../.." }
9
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions", "inline_asm"] }
10
uart_16550 = "0.2.10"
0 commit comments