Skip to content

Commit

Permalink
fixup! nixd/Basic: diagnostic declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Oct 18, 2023
1 parent 8e431ca commit e6df00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixd/include/nixd/Basic/DiagnosticMerge.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#undef DIAG_BODY
#undef DIAG_SIMPLE

#endif
#endif // DIAG_ALL
6 changes: 3 additions & 3 deletions nixd/lib/Basic/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ libnixdBasic = library('nixdBasic'
)

nixdBasic = declare_dependency( include_directories: nixd_inc
, dependencies: libnixdBasicDeps
, link_with: libnixdBasic
)
, dependencies: libnixdBasicDeps
, link_with: libnixdBasic
)

0 comments on commit e6df00b

Please sign in to comment.