]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix path to coverage.h 37394/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 May 2025 15:58:32 +0000 (00:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 May 2025 17:28:27 +0000 (02:28 +0900)
Follow-up for 30d20907bddfe064cc3437a888dd8f00d14929e4.

meson.build

index ebe24c6290f08d03983891c848923e1463dfb8ac..81e494ee0448462907a1ab91a5fcd9e0d94f99d2 100644 (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
 
 #####################################################################