1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

meson: Get rid of multiline array formatting hack

This commit is contained in:
Sergei Zimmerman 2025-08-07 02:41:05 +03:00
parent da028aa454
commit bf80696ed9
No known key found for this signature in database
12 changed files with 0 additions and 12 deletions

View file

@ -4,5 +4,4 @@ include_dirs += include_directories('../..')
headers += files(
'freebsd-jail.hh',
# hack for trailing newline
)

View file

@ -1,6 +1,5 @@
sources += files(
'freebsd-jail.cc',
# hack for trailing newline
)
subdir('include/nix/util')

View file

@ -5,5 +5,4 @@ include_dirs += include_directories('../..')
headers += files(
'cgroup.hh',
'linux-namespaces.hh',
# hack for trailing newline
)

View file

@ -1,7 +1,6 @@
sources += files(
'cgroup.cc',
'linux-namespaces.cc',
# hack for trailing newline
)
subdir('include/nix/util')

View file

@ -6,5 +6,4 @@ headers += files(
'signals-impl.hh',
'windows-async-pipe.hh',
'windows-error.hh',
# hack for trailing newline
)