Enable argv support for horizon OS
See https://github.com/Meziu/rust-horizon/pull/9
This commit is contained in:
committed by
Mark Drobnak
parent
06eae30034
commit
19f68a2729
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user