Skip to content

Commit

Permalink
Merge pull request #548 from betrusted-io/mem-intrinsics-on-xous
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Aug 12, 2023
2 parents 0796d75 + 54629a1 commit 2c941a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fn main() {
|| target.contains("-none")
|| target.contains("nvptx")
|| target.contains("uefi")
|| target.contains("xous")
{
println!("cargo:rustc-cfg=feature=\"mem\"");
}
Expand Down

0 comments on commit 2c941a0

Please sign in to comment.