Enable mem for UEFI
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
This commit is contained in:
parent
735ad07501
commit
f6ab9ca9a7
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ fn main() {
|
|||
|| (target.contains("sgx") && target.contains("fortanix"))
|
||||
|| target.contains("-none")
|
||||
|| target.contains("nvptx")
|
||||
|| target.contains("uefi")
|
||||
{
|
||||
println!("cargo:rustc-cfg=feature=\"mem\"");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue