Skip to content

Commit

Permalink
Amajd50/OS: Add amjad_os to unrestricted std
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Jan 14, 2024
1 parent a9fc67a commit f42c2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fn main() {
|| target.contains("hurd")
|| target.contains("uefi")
|| target.contains("teeos")
|| target.contains("amjad_os")
// See src/bootstrap/synthetic_targets.rs
|| env::var("RUSTC_BOOTSTRAP_SYNTHETIC_TARGET").is_ok()
{
Expand Down

0 comments on commit f42c2e4

Please sign in to comment.