We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5065a0 commit 7eb578cCopy full SHA for 7eb578c
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