mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #11522 from tweag/fix-meson-build-in-sandbox
Fix meson build on macOS in sandbox
This commit is contained in:
commit
00013c7348
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ extra_pkg_config_variables = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Working around https://github.com/mesonbuild/meson/issues/13584
|
# Working around https://github.com/mesonbuild/meson/issues/13584
|
||||||
if host_machine.system() != 'macos'
|
if host_machine.system() != 'darwin'
|
||||||
extra_pkg_config_variables += {
|
extra_pkg_config_variables += {
|
||||||
'localstatedir' : get_option('localstatedir'),
|
'localstatedir' : get_option('localstatedir'),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue