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

Skip shadow examples on MacOS due to inotify not being supported #218

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2022

  1. Skipping shadow code automatically on MacOS

    MacOS does not have inotify which the shadow examples depend on. The equivalent implementation requires kqueue and kevent from sys/event.h.
    
    If the OS is MacOS then EXCLUDE_SHADOW, EXCLUDE_CONFIG_SHADOW, and EXCLUDE_SAMPLE_SHADOW are set.
    timmattison committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9015c5a View commit details
    Browse the repository at this point in the history