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 make test on MacOS #935

Merged
merged 1 commit into from
May 14, 2019

Commits on May 14, 2019

  1. Fix make test on MacOS

    make test errors out on MacOS because it uses bsd find instead of gnu
    find which is standard in most Linux distributions. The fix just
    provides an explicit folder . which bsd find requires but gnu find has
    as default.
    emilaasa committed May 14, 2019
    Configuration menu
    Copy the full SHA
    8c7f85a View commit details
    Browse the repository at this point in the history