fix(meson): wrong meson build path

This commit is contained in:
2026-03-28 18:12:42 +01:00
parent 695122ce13
commit cff0d58de4
+1 -1
View File
@@ -31,7 +31,7 @@ if clangformat.found()
'format', 'format',
command: [ command: [
'ninja', 'ninja',
'-C', join_paths(meson.current_source_dir()), '-C', join_paths(meson.current_build_dir()),
'clang-format', 'clang-format',
], ],
) )