From 19f68a272912beaa68cb6c172e16ee6f21e96bf8 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Wed, 9 Feb 2022 23:54:38 -0500 Subject: Enable argv support for horizon OS See https://github.com/Meziu/rust-horizon/pull/9 --- library/std/src/sys/unix/args.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'library/std/src/sys/unix/args.rs') diff --git a/library/std/src/sys/unix/args.rs b/library/std/src/sys/unix/args.rs index ee5e3983ac2..79964e2b238 100644 --- a/library/std/src/sys/unix/args.rs +++ b/library/std/src/sys/unix/args.rs @@ -68,7 +68,8 @@ impl DoubleEndedIterator for Args { target_os = "l4re", target_os = "fuchsia", target_os = "redox", - target_os = "vxworks" + target_os = "vxworks", + target_os = "horizon" ))] mod imp { use super::Args; -- cgit 1.4.1-3-g733a5