Skip to content

Commit

Permalink
Ensure config.h is found
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 5, 2025
1 parent ebdeb26 commit 15c1f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ config_h = declare_dependency(
executable('liferea',
liferea_sources,
dependencies: liferea_deps,
include_directories: include_directories('src')
include_directories: include_directories('.', 'src')
)

# Resources
Expand Down

0 comments on commit 15c1f65

Please sign in to comment.