Enable argv support for horizon OS
See https://github.com/Meziu/rust-horizon/pull/9
This commit is contained in:
parent
06eae30034
commit
19f68a2729
2 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue