meson: fix path to coverage.h

Follow-up for 30d20907bd.
This commit is contained in:
Yu Watanabe
2025-05-14 00:58:32 +09:00
parent 18609909d9
commit e9ad95438d

View File

@@ -1969,7 +1969,7 @@ endif
#####################################################################
if get_option('b_coverage')
userspace_c_args += ['-include', 'src/basic/coverage.h']
userspace_c_args += ['-include', 'coverage.h']
endif
#####################################################################