Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Hermit build #1828

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Fix Hermit build #1828

merged 1 commit into from
Aug 10, 2024

Commits on Aug 10, 2024

  1. 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).
    Thomasdezeeuw committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a0d2ef5 View commit details
    Browse the repository at this point in the history