Commit 59c5da6
committed
Fix Hermit build
The Hermit build would fail if --no-default-features --features os-ext
were passed as flags. This is because the cfg_io_source! macro assumed
that IoSource was needed for os-ext, which is true for Unix due to the
usage of the Unix pipe, but not true for Hermit (it doesn't support
Unix pipes).1 parent 38d1946 commit 59c5da6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments