From b1a46a9fb24ead23631c48666c819641170fe0be Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Wed, 24 Jul 2024 21:48:08 +0200 Subject: [PATCH] small fix --- script/clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/script/clang-tidy b/script/clang-tidy index 7d1fff5fcb..6e79c84ea7 100755 --- a/script/clang-tidy +++ b/script/clang-tidy @@ -64,6 +64,7 @@ def clang_options(idedata): else: cmd.extend( [ + # disable built-in include directories from the host "-nostdinc++", ] )