Skip to content

Commit 7eb578c

Browse files
committed
Enable mem for UEFI
Signed-off-by: Ayush Singh <[email protected]>
1 parent b5065a0 commit 7eb578c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn main() {
2929
|| (target.contains("sgx") && target.contains("fortanix"))
3030
|| target.contains("-none")
3131
|| target.contains("nvptx")
32+
|| target.contains("uefi")
3233
{
3334
println!("cargo:rustc-cfg=feature=\"mem\"");
3435
}

0 commit comments

Comments
 (0)