Skip to content

Fix Hermit build#1828

Merged
Thomasdezeeuw merged 1 commit intomasterfrom
fix-hermit
Aug 10, 2024
Merged

Fix Hermit build#1828
Thomasdezeeuw merged 1 commit intomasterfrom
fix-hermit

Conversation

@Thomasdezeeuw
Copy link
Collaborator

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).

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).
@Thomasdezeeuw Thomasdezeeuw merged commit 59c5da6 into master Aug 10, 2024
@Thomasdezeeuw
Copy link
Collaborator Author

Thanks @Darksonn

@Thomasdezeeuw Thomasdezeeuw deleted the fix-hermit branch August 10, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants