fix(meson): wrong meson build path
This commit is contained in:
+1
-1
@@ -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',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user