1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #11522 from tweag/fix-meson-build-in-sandbox

Fix meson build on macOS in sandbox
This commit is contained in:
John Ericson 2024-09-17 12:04:16 -04:00 committed by GitHub
commit 00013c7348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -427,7 +427,7 @@ extra_pkg_config_variables = {
}
# Working around https://github.com/mesonbuild/meson/issues/13584
if host_machine.system() != 'macos'
if host_machine.system() != 'darwin'
extra_pkg_config_variables += {
'localstatedir' : get_option('localstatedir'),
}