Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 7, 2024
1 parent b4cd904 commit d90375c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-support/clang_tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def tidy_on_path(path):
"clang-tidy",
"-p0",
"-path", BUILD_PATH,
"-extra-arg=-std=c++17 -Ithirdparty/output/include"]
"-extra-arg=-std=c++17",
"-extra-arg=-Ithirdparty/output/include"]
return subprocess.check_output(
cmdline,
stdin=open(patch_file.name),
Expand Down

0 comments on commit d90375c

Please sign in to comment.