Skip to content

Commit 5e2d316

Browse files
authored
Merge pull request #473 from Ayush1325/uefi-std
Enable mem for UEFI
2 parents f10dbd9 + 7eb578c commit 5e2d316

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)