Skip to content

Commit

Permalink
Forgot to include config-expr.hh in two places
Browse files Browse the repository at this point in the history
(when building libexpr and libcmd)
  • Loading branch information
Ericson2314 committed Jul 8, 2024
1 parent d885061 commit e302bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libcmd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions src/libexpr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ add_project_arguments(
'-include', 'config-util.hh',
'-include', 'config-store.hh',
# '-include', 'config-fetchers.h',
'-include', 'config-expr.hh',
language : 'cpp',
)

Expand Down

0 comments on commit e302bf1

Please sign in to comment.