Skip to content
Snippets Groups Projects
Commit f825d238 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'fix-iwyu' into 'master'

[meson] Fix 'iwyu' target for meson >= 0.57

See merge request !125
parents c8828c26 08224cd2
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,10 @@ emper_dependencies = [thread_dep, uring_dep] ...@@ -14,8 +14,10 @@ emper_dependencies = [thread_dep, uring_dep]
boost_thread_dep = dependency('boost', modules : ['thread'], required: false) boost_thread_dep = dependency('boost', modules : ['thread'], required: false)
tools_dir = join_paths(meson.source_root(), 'tools')
run_target('iwyu', run_target('iwyu',
command: 'tools/check-iwyu') command: join_paths(tools_dir, 'check-iwyu'))
conf_data = configuration_data() conf_data = configuration_data()
option_urcu = get_option('userspace_rcu') option_urcu = get_option('userspace_rcu')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment