Skip to content

Commit 3dc310f

Browse files
authored
Merge pull request #89 from ekxide/vxworks-support
Add support for VxWorks targets
2 parents f331dd9 + ef28ab3 commit 3dc310f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ macro_rules! __do_submit {
544544
target_os = "netbsd",
545545
target_os = "nto",
546546
target_os = "openbsd",
547+
target_os = "vxworks",
547548
target_os = "none",
548549
)
549550
),

0 commit comments

Comments
 (0)