Skip to content

Commit bfb643e

Browse files
authored
Various clang-tidy improvements (#37237)
2 parents 9f99339 + c4ea6c1 commit bfb643e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ if conf.get('ENABLE_UKIFY') == 1
3737
capture : true,
3838
build_by_default : want_tests != 'false')
3939
else
40-
test_hwids_section_c = ''
40+
test_hwids_section_c = []
4141
endif
4242

43+
generated_sources += test_hwids_section_c
44+
4345
executables += [
4446
efi_test_template + {
4547
'sources' : files('test-bcd.c'),

0 commit comments

Comments
 (0)