Skip to content
Snippets Groups Projects
Commit 94e355db authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Replace deprecated function in build system

parent 1de970cf
No related branches found
No related tags found
1 merge request!18Fix some build system related issues
......@@ -15,7 +15,7 @@ endif
cppcheck = find_program('cppcheck', required : false)
if cppcheck.found()
cppcheck_args = [
'--project=' + join_paths(meson.build_root(), 'compile_commands.json'),
'--project=' + join_paths(meson.project_build_root(), 'compile_commands.json'),
# '--clang',
'--cppcheck-build-dir='+meson.current_build_dir(),
'--std=c89',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment