1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00

libutil: Add alignUp helper function

This commit is contained in:
Sergei Zimmerman 2025-10-20 21:08:49 +03:00
parent ddf7de0a76
commit a91b787524
No known key found for this signature in database
4 changed files with 43 additions and 0 deletions

View file

@ -44,6 +44,7 @@ config_priv_h = configure_file(
subdir('nix-meson-build-support/common')
sources = files(
'alignment.cc',
'archive.cc',
'args.cc',
'base-n.cc',