mirror of
https://github.com/NixOS/nix
synced 2025-07-04 03:01:47 +02:00
Merge pull request #11063 from obsidiansystems/config-expr
Forgot to include `config-expr.hh` in two places
This commit is contained in:
commit
1439de874f
4 changed files with 4 additions and 2 deletions
|
@ -64,6 +64,7 @@ add_project_arguments(
|
|||
'-include', 'config-util.hh',
|
||||
'-include', 'config-store.hh',
|
||||
# '-include', 'config-fetchers.h',
|
||||
'-include', 'config-expr.hh',
|
||||
'-include', 'config-main.hh',
|
||||
'-include', 'config-cmd.hh',
|
||||
language : 'cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue