mirror of
https://github.com/NixOS/nix.git
synced 2024-10-30 13:50:51 +00:00
Meson build: libstore check for statvfs
This commit is contained in:
parent
40f80e1b5c
commit
823baa25f3
@ -55,6 +55,7 @@ configdata.set('CAN_LINK_SYMLINK', can_link_symlink.to_int())
|
||||
check_funcs = [
|
||||
# Optionally used for canonicalising files from the build
|
||||
'lchown',
|
||||
'statvfs',
|
||||
]
|
||||
foreach funcspec : check_funcs
|
||||
define_name = 'HAVE_' + funcspec.underscorify().to_upper()
|
||||
|
Loading…
Reference in New Issue
Block a user