mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
commit
db6016bee5
@ -29,6 +29,7 @@ fn main() {
|
|||||||
|| (target.contains("sgx") && target.contains("fortanix"))
|
|| (target.contains("sgx") && target.contains("fortanix"))
|
||||||
|| target.contains("-none")
|
|| target.contains("-none")
|
||||||
|| target.contains("nvptx")
|
|| target.contains("nvptx")
|
||||||
|
|| target.contains("uefi")
|
||||||
{
|
{
|
||||||
println!("cargo:rustc-cfg=feature=\"mem\"");
|
println!("cargo:rustc-cfg=feature=\"mem\"");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user