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

Allow build on unsupported GOOS #424

Merged
merged 1 commit into from Jan 25, 2022
Merged

Commits on Jan 24, 2022

  1. Allow build on unsupported GOOS

    In cases where fsnotify is a transitive dependency of a package, it
    might need to be built on platforms not supported (yet), e.g. aix.
    Provide an empty implemention for these cases, so depending packages
    don't need to add workarounds.
    
    Replaces fsnotify#314
    tklauser committed Jan 24, 2022
    Copy the full SHA
    d91abdd View commit details
    Browse the repository at this point in the history