mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 00:51:00 +01:00
Mesonify other external API
This commit is contained in:
parent
31257009e1
commit
4fa8068b78
12 changed files with 392 additions and 40 deletions
|
|
@ -162,14 +162,14 @@ endif
|
|||
|
||||
config_h = configure_file(
|
||||
configuration : configdata,
|
||||
output : 'config-store.h',
|
||||
output : 'config-store.hh',
|
||||
)
|
||||
|
||||
add_project_arguments(
|
||||
# TODO(Qyriad): Yes this is how the autoconf+Make system did it.
|
||||
# It would be nice for our headers to be idempotent instead.
|
||||
'-include', 'config-util.h',
|
||||
'-include', 'config-store.h',
|
||||
'-include', 'config-util.hh',
|
||||
'-include', 'config-store.hh',
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Werror=switch',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue