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 meson build on macOS in sandbox #11522

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Fix meson build on macOS in sandbox

    Workaround at src/libstore/meson.build#L429-L434 by @Ericson2314 from
    NixOS#11302 erroneously used `macos` instead
    of `darwin` to distinguish macOS, while meson docs list only `darwin`:
    https://mesonbuild.com/Reference-tables.html#operating-system-names.
    
    Original thread: NixOS#2503 (comment)
    YorikSar committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c7c3a7f View commit details
    Browse the repository at this point in the history