Enable argv support for horizon OS

See https://github.com/Meziu/rust-horizon/pull/9
This commit is contained in:
Ian Chamberlain
2022-02-09 23:54:38 -05:00
committed by Mark Drobnak
parent 06eae30034
commit 19f68a2729
2 changed files with 7 additions and 4 deletions

View File

@@ -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;