We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0796d75 + 54629a1 commit 2c941a0Copy full SHA for 2c941a0
build.rs
@@ -30,6 +30,7 @@ fn main() {
30
|| target.contains("-none")
31
|| target.contains("nvptx")
32
|| target.contains("uefi")
33
+ || target.contains("xous")
34
{
35
println!("cargo:rustc-cfg=feature=\"mem\"");
36
}
0 commit comments