We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f10dbd9 + 7eb578c commit 5e2d316Copy full SHA for 5e2d316
build.rs
@@ -29,6 +29,7 @@ fn main() {
29
|| (target.contains("sgx") && target.contains("fortanix"))
30
|| target.contains("-none")
31
|| target.contains("nvptx")
32
+ || target.contains("uefi")
33
{
34
println!("cargo:rustc-cfg=feature=\"mem\"");
35
}
0 commit comments