mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
meson: Get rid of multiline array formatting hack
This commit is contained in:
parent
da028aa454
commit
bf80696ed9
12 changed files with 0 additions and 12 deletions
|
|
@ -2,5 +2,4 @@ include_dirs += include_directories('../..')
|
|||
|
||||
headers += files(
|
||||
'personality.hh',
|
||||
# hack for trailing newline
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
sources += files(
|
||||
'personality.cc',
|
||||
# hack for trailing newline
|
||||
)
|
||||
|
||||
subdir('include/nix/store')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue